summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 0e6a0902..2e08850f 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -228,7 +228,8 @@ windows side-by-side in the frame."
'(eshell-cmpl-ignore-case t)
'(eshell-history-size 5000)
'(eshell-visual-commands
- '("vi" "screen" "tmux" "top" "htop" "less" "more" "mutt" "locmaint"))
+ '("vi" "screen" "tmux" "top" "htop" "less" "more" "mutt" "locmaint" "gen-DSA"
+ "gen-DLA" "gen-ELA"))
'(fill-column 78)
'(font-lock-maximum-decoration '((lisp-mode . 1) (consfigurator-lisp-mode . 1) (t . t)))
'(gc-cons-threshold 16777216)