nit: minor refactors & comment/docstring revisions
This commit is contained in:
parent
773122f1ec
commit
9d1df5f298
8 changed files with 12 additions and 9 deletions
|
@ -60,7 +60,7 @@
|
|||
(autoload 'consult--multi "consult")
|
||||
;;;###autoload
|
||||
(defun +vertico/switch-workspace-buffer (&optional force-same-workspace)
|
||||
"Switch to another buffer in the same workspace.
|
||||
"Switch to another buffer in the same or a specified workspace.
|
||||
|
||||
Type the workspace's number (starting from 1) followed by a space to display its
|
||||
buffer list. Selecting a buffer in another workspace will switch to that
|
||||
|
|
|
@ -1070,6 +1070,7 @@ between the two."
|
|||
(set-marker p nil)))))
|
||||
|
||||
|
||||
;; TODO Move to +encrypt flag
|
||||
(use-package! org-crypt ; built-in
|
||||
:commands org-encrypt-entries org-encrypt-entry org-decrypt-entries org-decrypt-entry
|
||||
:hook (org-reveal-start . org-decrypt-entry)
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
:commands vterm-mode
|
||||
:hook (vterm-mode . doom-mark-buffer-as-real-h)
|
||||
:hook (vterm-mode . hide-mode-line-mode) ; modeline serves no purpose in vterm
|
||||
:init
|
||||
:preface
|
||||
;; HACK Because vterm clusmily forces vterm-module.so's compilation on us when
|
||||
;; the package is loaded, this is necessary to prevent it when
|
||||
;; byte-compiling this file (`use-package' blocks eagerly loads packages
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
;;
|
||||
;;; Packages
|
||||
|
||||
;; DEPRECATED To be replaced with pulsar.el when Emacs 28 support is dropped
|
||||
(use-package! nav-flash
|
||||
:defer t
|
||||
:init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue