summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-09-25 10:24:26 +0100
committerSean Whitton <spwhitton@spwhitton.name>2023-09-25 10:24:31 +0100
commit431aea02e4d4b8181a1bea02c5dc7fe49931c032 (patch)
tree20df2eaffd9b67c1676cf4147d24bdf8e23d4584
parentca1fa267792fbf344b643c6b9987ffc391094785 (diff)
downloaddotfiles-431aea02e4d4b8181a1bea02c5dc7fe49931c032.tar.gz
add some Debian Security Tracker scripts to eshell-visual-commands
-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)