diff options
-rw-r--r-- | emacs.el | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ ;;; Theme Activation (load-theme 'manoj-dark) +;;; https://www.lucacambiaghi.com/vanilla-emacs/readme.html +;;; =defvar= warnings fix +(setq enable-local-variables :all) + ;;; https://elpa.gnu.org/packages/aggressive-indent.html ;;; Automatic Activation of Aggressive Indent (global-aggressive-indent-mode 1) |