mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove references to old scratch buffer functions
This commit is contained in:
@ -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
|
||||||
|
@ -52,10 +52,10 @@
|
|||||||
;;; Leader keys
|
;;; Leader keys
|
||||||
|
|
||||||
(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
|
||||||
|
Reference in New Issue
Block a user