change fireplace binding

This commit is contained in:
knit 2024-04-22 09:29:24 +02:00
parent 3cfe9933e8
commit da73edf999
5 changed files with 1 additions and 14 deletions

View File

@ -1 +0,0 @@
bookmarks fine for ~org-capture~

View File

@ -1 +0,0 @@
The journal file, where ~C-c o j~ and ~C-C o p~ put entries.

View File

@ -1 +0,0 @@
Where ~org-capture~ will keep notes.

View File

@ -20,7 +20,7 @@
(use-package fireplace
:ensure t
:bind (("C-c f" . fireplace))
:bind (("C-c p" . fireplace))
:hook (hide-mode-line-mode . fireplace-mode)
:config (use-package hide-mode-line :ensure t))

View File

@ -1,10 +0,0 @@
;; Just some standard personal strings that will be included
;; wherever i need them.
(defvar my-nntp "nntp.tilde.club")
(defvar my-email "knit@cock.li")
(defvar my-smtp "mail.cock.li")
(defvar my-name "Linen Knitter")
(defvar my-inboxes '("pops://knit%40cock.li@mail.cock.li"))
(provide 'config-personal)