switched to eshell, fixed syntax, added Spacemacs shortcut
This commit is contained in:
parent
785e5e5d04
commit
0bdf458b73
@ -126,7 +126,7 @@ This function should only modify configuration layer settings."
|
|||||||
(shell :variables
|
(shell :variables
|
||||||
shell-default-height 40
|
shell-default-height 40
|
||||||
shell-default-position 'right
|
shell-default-position 'right
|
||||||
shell-default-shell 'term)
|
shell-default-shell 'eshell)
|
||||||
shell-scripts
|
shell-scripts
|
||||||
selectric
|
selectric
|
||||||
semantic
|
semantic
|
||||||
@ -725,6 +725,7 @@ dump."
|
|||||||
"oaC" 'calendar
|
"oaC" 'calendar
|
||||||
"oae" 'eww
|
"oae" 'eww
|
||||||
"oaf" 'fireplace
|
"oaf" 'fireplace
|
||||||
|
"oao" 'find-file-at-point
|
||||||
"oaw" 'wttrin
|
"oaw" 'wttrin
|
||||||
"ob" 'fancy-battery-mode
|
"ob" 'fancy-battery-mode
|
||||||
"occ" 'outorg-copy-edits-and-exit
|
"occ" 'outorg-copy-edits-and-exit
|
||||||
@ -978,7 +979,7 @@ So a typical ID could look like \"Org-4nd91V40HI\"."
|
|||||||
|
|
||||||
(with-eval-after-load 'org-agenda
|
(with-eval-after-load 'org-agenda
|
||||||
(require 'org-projectile)
|
(require 'org-projectile)
|
||||||
(mapcar '(lambda (file)
|
(mapcar #'(lambda (file)
|
||||||
(when (file-exists-p file)
|
(when (file-exists-p file)
|
||||||
(push file org-agenda-files)))
|
(push file org-agenda-files)))
|
||||||
(org-projectile-todo-files)))
|
(org-projectile-todo-files)))
|
||||||
|
Loading…
Reference in New Issue
Block a user