Remove references to old scratch buffer functions
This commit is contained in:
parent
99c26e2fc2
commit
d6839fc4c6
2 changed files with 5 additions and 5 deletions
|
@ -21,7 +21,7 @@
|
||||||
(+workspace/display))
|
(+workspace/display))
|
||||||
(setq +calendar--wconf (current-window-configuration))
|
(setq +calendar--wconf (current-window-configuration))
|
||||||
(delete-other-windows)
|
(delete-other-windows)
|
||||||
(doom/switch-to-scratch-buffer)
|
(switch-to-buffer (doom-fallback-buffer))
|
||||||
(+calendar--init)))
|
(+calendar--init)))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
|
|
@ -54,8 +54,8 @@
|
||||||
(map! :leader
|
(map! :leader
|
||||||
:desc "Find file in project" "C-f" #'projectile-find-file
|
:desc "Find file in project" "C-f" #'projectile-find-file
|
||||||
:desc "Evaluate line/region" "e" #'+eval/line-or-region
|
:desc "Evaluate line/region" "e" #'+eval/line-or-region
|
||||||
:desc "Pop up scratch buffer" "x" #'doom/open-to-scratch-buffer
|
:desc "Open scratch buffer" "x" #'doom/open-scratch-buffer
|
||||||
:desc "Switch to scratch buffer" "X" #'doom/switch-to-scratch-buffer
|
:desc "Open project scratch buffer" "X" #'doom/open-project-scratch-buffer
|
||||||
|
|
||||||
(:when (featurep! :emacs term)
|
(:when (featurep! :emacs term)
|
||||||
:desc "Terminal" "`" #'+term/open
|
:desc "Terminal" "`" #'+term/open
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue