Added comment headings

This commit is contained in:
oreodave
2019-07-13 08:18:53 +01:00
parent 60bcb32f3a
commit 14774e5be5

View File

@@ -384,8 +384,11 @@ layers configuration.
This is the place where most of your configurations should be done. Unless it is 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, explicitly specified that a variable should be set before a package is loaded,
you should place your code here." you should place your code here."
;; Modes
(global-flycheck-mode) (global-flycheck-mode)
(global-wakatime-mode) (global-wakatime-mode)
;; Keybinds
(spacemacs/set-leader-keys "os" 'helm-etags-select) (spacemacs/set-leader-keys "os" 'helm-etags-select)
) )
;; Do not write anything past this comment. This is where Emacs will ;; Do not write anything past this comment. This is where Emacs will