mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
fix(emacs): Use :custom and follow naming convention
This commit is contained in:
parent
8dc68ca138
commit
0164b1ca8a
4 changed files with 20 additions and 35 deletions
|
|
@ -44,8 +44,10 @@
|
|||
(global-evil-leader-mode)
|
||||
(evil-leader/set-leader "<SPC>")
|
||||
(evil-leader/set-key
|
||||
"b" 'buffer-menu
|
||||
"ft" 'treemacs))
|
||||
"ft" 'treemacs
|
||||
"fc" '(dired user-emacs-directory)
|
||||
"b" 'buffer-menu
|
||||
))
|
||||
|
||||
;; Evil Commentary: Use gc<action> to toggle comments
|
||||
(use-package evil-commentary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue