diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-07-13 08:18:53 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-07-13 08:18:53 +0100 |
commit | 14774e5be567e2c706104a58f61057a3a172495c (patch) | |
tree | de0eb148cc33c709dc4bf3b13f604cb61b7c7d37 /spacemacs | |
parent | 60bcb32f3a6590c6b18b703850688722dbe1bdff (diff) | |
download | dotfiles-14774e5be567e2c706104a58f61057a3a172495c.tar.gz dotfiles-14774e5be567e2c706104a58f61057a3a172495c.tar.bz2 dotfiles-14774e5be567e2c706104a58f61057a3a172495c.zip |
Added comment headings
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 |