summary refs log tree commit diff
path: root/emacs.d/modules/module-shell.el
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-06-05 15:37:37 -0700
committerFranck Cuny <franck.cuny@gmail.com>2018-06-05 15:37:37 -0700
commitd8313d2234ef1969d5eb60efd83e80cfeba50956 (patch)
tree99365078d6c45917e1a9d033a2370b5919429ab0 /emacs.d/modules/module-shell.el
parent[vim] Add vim-airline for now (diff)
downloademacs.d-d8313d2234ef1969d5eb60efd83e80cfeba50956.tar.gz
[emacs] Some major clean up.
Switch from `(require)` to `(load)`, which does not cause warning with flymake.

Remove `:ensure t` since it's the default.
Diffstat (limited to '')
-rw-r--r--emacs.d/modules/module-shell.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs.d/modules/module-shell.el b/emacs.d/modules/module-shell.el
index 763d133..684c029 100644
--- a/emacs.d/modules/module-shell.el
+++ b/emacs.d/modules/module-shell.el
@@ -1,9 +1,5 @@
-(require 'config-package)
-
 (use-package sh-script
-  ;; configuration to interact with shell scripts
   :mode ("bashrc" . sh-mode)
-
   :config
   (defun set-sh-mode-indent ()
     (setq sh-basic-offset 2