mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(projects): unbind M-l from treemacs as it interfered with a global keybinding
This commit is contained in:
@@ -58,7 +58,10 @@
|
||||
(treemacs-define-RET-action
|
||||
'file-node-open #'treemacs-visit-node-in-most-recently-used-window)
|
||||
(treemacs-define-RET-action
|
||||
'file-node-closed #'treemacs-visit-node-in-most-recently-used-window))
|
||||
'file-node-closed #'treemacs-visit-node-in-most-recently-used-window)
|
||||
|
||||
;; Unbind keys which conflict with global keybindings I use.
|
||||
(unbind-key "M-l" treemacs-mode-map))
|
||||
|
||||
(use-package treemacs-all-the-icons
|
||||
:defer t
|
||||
|
||||
Reference in New Issue
Block a user