Remove obsolete configuration for synonyms package
This commit is contained in:
parent
ed0286dc95
commit
479f9dbaf7
4
init.el
4
init.el
@ -472,9 +472,6 @@
|
|||||||
mc/mark-previous-like-this
|
mc/mark-previous-like-this
|
||||||
mc/mark-all-like-this))
|
mc/mark-all-like-this))
|
||||||
|
|
||||||
(use-package synonyms
|
|
||||||
:commands (synonyms))
|
|
||||||
|
|
||||||
(use-package undo-tree
|
(use-package undo-tree
|
||||||
:ensure t
|
:ensure t
|
||||||
:commands (global-undo-tree-mode
|
:commands (global-undo-tree-mode
|
||||||
@ -2973,7 +2970,6 @@ eventuelly be set to nil, however)."
|
|||||||
(bind-key "C-c n i" #'org-roam-node-insert)
|
(bind-key "C-c n i" #'org-roam-node-insert)
|
||||||
(bind-key "C-c n c" #'org-roam-capture)
|
(bind-key "C-c n c" #'org-roam-capture)
|
||||||
(bind-key "C-c o" #'hydra-org-clock/body)
|
(bind-key "C-c o" #'hydra-org-clock/body)
|
||||||
(bind-key "C-c s" #'synonyms)
|
|
||||||
(bind-key "C-c t" #'hydra-toggle/body)
|
(bind-key "C-c t" #'hydra-toggle/body)
|
||||||
(bind-key "C-h C-f" #'find-function)
|
(bind-key "C-h C-f" #'find-function)
|
||||||
(bind-key "C-h C-k" #'find-function-on-key)
|
(bind-key "C-h C-k" #'find-function-on-key)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user