Update use-package in #emacs
This commit is contained in:
@ -285,7 +285,7 @@ I am absolutely in love with [[https://org-roam.readthedocs.io/en/develop/][Org-
|
||||
easier. I just need to level up with Zettels and web publishing of my notes.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(def-package! org-roam
|
||||
(use-package! org-roam
|
||||
:commands (org-roam-insert org-roam-find-file org-roam)
|
||||
:init
|
||||
(setq org-roam-directory "~/org/")
|
||||
@ -377,7 +377,7 @@ Handful of fun aliases to make working in Eshell almost like a /real/ shell :smi
|
||||
Trick out ranger a bit.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(def-package! ranger
|
||||
(use-package! ranger
|
||||
:commands (ranger deer ranger-override-dired-fn)
|
||||
:config
|
||||
(set-popup-rule! "^\\*ranger" :ignore t))
|
||||
@ -405,7 +405,7 @@ There's gotta be a way to get the token out of password-store for this.
|
||||
* Slack
|
||||
** Configure teams
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(def-package! slack
|
||||
(use-package! slack
|
||||
:commands (slack-start)
|
||||
:init
|
||||
(setq slack-buffer-emojify t)
|
||||
@ -448,7 +448,7 @@ There's gotta be a way to get the token out of password-store for this.
|
||||
",2" 'slack-message-embed-mention
|
||||
",3" 'slack-message-embed-channel))
|
||||
|
||||
(def-package! alert
|
||||
(use-package! alert
|
||||
:commands (alert)
|
||||
:init
|
||||
(setq alert-default-style 'notifier))
|
||||
@ -457,9 +457,10 @@ There's gotta be a way to get the token out of password-store for this.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(map! :leader
|
||||
(:prefix "r"
|
||||
:desc "Slack channel select" "c" #'slack-channel-select
|
||||
:desc "Slack IM select" "i" #'slack-im-select
|
||||
:desc "Slack threads" "t" #'slack-all-threads))
|
||||
:desc "Slack channels" "c" #'slack-channel-select
|
||||
:desc "Slack IMs" "i" #'slack-im-select
|
||||
:desc "Slack groups" "i" #'slack-group-select
|
||||
:desc "Slack threads" "t" #'slack-all-threads))
|
||||
#+END_SRC
|
||||
* Beancount
|
||||
Use Emacs and plain text files for your accounting!
|
||||
|
||||
Reference in New Issue
Block a user