Lint string, macros.el

More of the same type of linting... basically preferring `namespace-` instead of
`namespace/`.
This commit is contained in:
William Carroll 2020-08-31 23:28:47 +01:00
parent 158f810981
commit a638e15c0d
36 changed files with 176 additions and 204 deletions

View file

@ -69,13 +69,6 @@
;; disable toolbar
(tool-bar-mode -1)
;; TODO: Re-enable `linum-mode' when I figure out why the theming is so ugly.
;; enable line numbers
;; (general-add-hook '(prog-mode-hook
;; text-mode-hook
;; conf-mode-hook)
;; (enable linum-mode))
;; set default buffer for Emacs
(setq initial-buffer-choice constants/current-project)