mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Fixes an org-mode keybind
This commit is contained in:
parent
c10f209a8b
commit
0d757f8f6d
1 changed files with 3 additions and 1 deletions
|
@ -237,7 +237,7 @@
|
|||
(evil-define-key 'motion 'global (kbd "<leader>wl") 'evil-window-right)
|
||||
|
||||
|
||||
(evil-define-key 'motion 'org-mode-map (kbd "<leader>mll") 'org-insert-link)
|
||||
(evil-define-key 'motion org-mode-map (kbd "<leader>mll") 'org-insert-link)
|
||||
(define-key magit-mode-map (kbd "SPC") nil)
|
||||
|
||||
(global-set-key (kbd "C-j") 'evil-window-down)
|
||||
|
@ -265,6 +265,8 @@
|
|||
:config
|
||||
(add-hook 'projectile-after-switch-project-hook 'treemacs-add-and-display-current-project-exclusively))
|
||||
|
||||
(use-package treemacs-evil)
|
||||
|
||||
(use-package lsp-mode
|
||||
:init
|
||||
;; set prefix for lsp-command-keymap (few alternatives - "C-l", "C-c l")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue