diff options
Diffstat (limited to 'spacemacs')
-rw-r--r-- | spacemacs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -384,8 +384,11 @@ layers configuration. This is the place where most of your configurations should be done. Unless it is explicitly specified that a variable should be set before a package is loaded, you should place your code here." + ;; Modes (global-flycheck-mode) (global-wakatime-mode) + + ;; Keybinds (spacemacs/set-leader-keys "os" 'helm-etags-select) ) ;; Do not write anything past this comment. This is where Emacs will |