updates
This commit is contained in:
parent
3bf358f29d
commit
c07c493338
4 changed files with 26 additions and 9 deletions
12
init.el
12
init.el
|
@ -82,9 +82,9 @@
|
|||
(global-set-key (kbd "<escape>") 'keyboard-escape-quit)
|
||||
|
||||
(recentf-mode +1)
|
||||
(savehist-mode +1)
|
||||
(add-to-list 'savehist-additional-variables 'register-alist)
|
||||
(add-to-list 'savehist-additional-variables kill-ring)
|
||||
;; (savehist-mode +1)
|
||||
;; (add-to-list 'savehist-additional-variables 'register-alist)
|
||||
;; (add-to-list 'savehist-additional-variables kill-ring)
|
||||
|
||||
(add-to-list 'exec-path "/home/chris/bin")
|
||||
|
||||
|
@ -565,7 +565,7 @@ much faster. The hope is to also make this a faster version of imenu."
|
|||
"/home/chris/org/newsletter.org"
|
||||
"/home/chris/org/archive.org"
|
||||
"/home/chris/org/nvtfc_social_media.org"
|
||||
"/home/chris/dev/church-presenter/TODO.org"
|
||||
"/home/chris/dev/lumina/TODO.org"
|
||||
"/home/chris/dev/tfcconnection/TODO.org"
|
||||
"/home/chris/org/lessons/"
|
||||
"/home/chris/org/dailies/")
|
||||
|
@ -1831,6 +1831,9 @@ targets."
|
|||
:general
|
||||
(chris/leader-keys
|
||||
"ic" 'tempel-insert)
|
||||
(general-def 'insert tempel-map
|
||||
"C-l" 'tempel-next
|
||||
"C-h" 'tempel-previous)
|
||||
)
|
||||
|
||||
(use-package projectile
|
||||
|
@ -3154,6 +3157,7 @@ interfere with the default `bongo-playlist-buffer'."
|
|||
"R" 'ement-room-send-reaction)
|
||||
(chris/leader-keys
|
||||
"oM" 'ement-list-rooms))
|
||||
(ement-connect :uri-prefix "http://localhost:8008")
|
||||
|
||||
(use-package mastodon
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue