From 0bdf458b73ec29425715102c725f1039c61f24cb Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Mon, 14 Oct 2019 12:41:00 +0200 Subject: [PATCH] switched to eshell, fixed syntax, added Spacemacs shortcut --- .spacemacs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.spacemacs b/.spacemacs index 3dc614e..2957d6e 100644 --- a/.spacemacs +++ b/.spacemacs @@ -126,7 +126,7 @@ This function should only modify configuration layer settings." (shell :variables shell-default-height 40 shell-default-position 'right - shell-default-shell 'term) + shell-default-shell 'eshell) shell-scripts selectric semantic @@ -725,6 +725,7 @@ dump." "oaC" 'calendar "oae" 'eww "oaf" 'fireplace + "oao" 'find-file-at-point "oaw" 'wttrin "ob" 'fancy-battery-mode "occ" 'outorg-copy-edits-and-exit @@ -978,9 +979,9 @@ So a typical ID could look like \"Org-4nd91V40HI\"." (with-eval-after-load 'org-agenda (require 'org-projectile) - (mapcar '(lambda (file) - (when (file-exists-p file) - (push file org-agenda-files))) + (mapcar #'(lambda (file) + (when (file-exists-p file) + (push file org-agenda-files))) (org-projectile-todo-files))) (eval-after-load "ox-latex" ;; update the list of LaTeX classes and associated header (encoding, etc.)