Update modules/applications/emacs/default.nix modules/applications/emacs/init.el

This commit is contained in:
Alexander Bantyev 2020-03-17 21:45:17 +03:00
parent 04cb9e530b
commit a328f311fd
2 changed files with 9 additions and 3 deletions

View File

@ -39,6 +39,7 @@
arduino-mode arduino-mode
elixir-mode elixir-mode
company-box company-box
ws-butler
]; ];
}; };

View File

@ -76,6 +76,11 @@
(require 'gud-lldb) (require 'gud-lldb)
(use-package ws-butler
:config
(ws-butler-global-mode)
)
(use-package auto-indent-mode (use-package auto-indent-mode
:config :config
(auto-indent-global-mode)) (auto-indent-global-mode))