updates
This commit is contained in:
parent
3bf358f29d
commit
c07c493338
4 changed files with 26 additions and 9 deletions
12
README.org
12
README.org
|
@ -184,9 +184,9 @@ Also, real quick let's make sure that ~<escape>~ works as the same as ~<C-g>~
|
|||
Let's also turn on =recentf-mode=.
|
||||
#+begin_src emacs-lisp
|
||||
(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)
|
||||
#+end_src
|
||||
|
||||
Finally this is not part of the UI but let's do this early and start the server so I can use emacsclient from my WM.
|
||||
|
@ -834,7 +834,7 @@ Part of this config includes some special capture templates for my work as a you
|
|||
"/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/")
|
||||
|
@ -2478,6 +2478,9 @@ Tempel is another templating system. Also perhaps even more powerful with it's e
|
|||
:general
|
||||
(chris/leader-keys
|
||||
"ic" 'tempel-insert)
|
||||
(general-def 'insert tempel-map
|
||||
"C-l" 'tempel-next
|
||||
"C-h" 'tempel-previous)
|
||||
)
|
||||
#+END_SRC
|
||||
|
||||
|
@ -4277,6 +4280,7 @@ Matrix.el is a decent enough matrix client built in emacs. Like it.
|
|||
"R" 'ement-room-send-reaction)
|
||||
(chris/leader-keys
|
||||
"oM" 'ement-list-rooms))
|
||||
(ement-connect :uri-prefix "http://localhost:8008")
|
||||
#+end_src
|
||||
|
||||
** Mastodon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue