Commit Diff


commit - 3bc75ecef05167a7704d06e949d380b1ee190d9a
commit + d55310b3dcbc2ceabf84d9e550d7122d7571e2cf
blob - 8f78258266d146bc70a12bf0b743a9457ed360ec
blob + e016ac83c6aa2a33e6bc38e601cb9d0c58ac0531
--- emacs/init.el
+++ emacs/init.el
@@ -19,7 +19,8 @@
       use-short-answers t
       next-error-message-highlight t
       read-minibuffer-restore-windows nil
-      isearch-allow-motion t)
+      isearch-allow-motion t
+      calc-make-windows-dedicated t)
 
 (setq completion-ignore-case t
       read-file-name-completion-ignore-case t
@@ -406,6 +407,8 @@
 
 
 
+(setq eshell-hist-ignoredups t)
+
 (defun op/eshell-bufname (dir)
   (concat "*eshell " (expand-file-name dir) "*"))