diff options
Diffstat (limited to 'gui/conf')
-rw-r--r-- | gui/conf/init.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el index b516ceb..4187f92 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -107,7 +107,7 @@ :after evil :ensure t :config - (setq evil-collection-mode-list '(dired eshell eww pdf)) + (setq evil-collection-mode-list '(dired eshell eww pdf magit)) (evil-collection-init)) (use-package which-key @@ -319,6 +319,7 @@ ("l" org-toggle-link-display "Toggle links" :column "View") ("s" org-time-stamp-inactive "Timestamp (inactive)" :column "Fragments") + ("S" org-time-stamp "Timestamp (active)" :column "Fragments") ("h" org-html-export-to-html "HTML export" :column "Export") @@ -447,9 +448,6 @@ :config (evil-leader/set-key "pg" 'magit)) -(use-package evil-magit - :ensure t) - (use-package projectile :ensure t :config |