Formatting edits, fix pass keybind
This commit is contained in:
parent
dbdb3e3f11
commit
08a16d302b
@ -721,7 +721,7 @@ pinged.
|
|||||||
# :diminish
|
# :diminish
|
||||||
# :init
|
# :init
|
||||||
# (beacon-mode 1))
|
# (beacon-mode 1))
|
||||||
#+END_SRC
|
# #+END_SRC
|
||||||
*** ranger file manager
|
*** ranger file manager
|
||||||
Let's not use this for now
|
Let's not use this for now
|
||||||
# #+BEGIN_SRC emacs-lisp
|
# #+BEGIN_SRC emacs-lisp
|
||||||
@ -941,8 +941,8 @@ Show a custom buffer on startup
|
|||||||
(use-package ggtags
|
(use-package ggtags
|
||||||
:ensure t)
|
:ensure t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** TODO: Make tag files do stuff
|
|
||||||
|
|
||||||
|
*** TODO: Make tag files do stuff
|
||||||
** Project Management
|
** Project Management
|
||||||
TODO: Set this up to actually work well
|
TODO: Set this up to actually work well
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
@ -1291,7 +1291,7 @@ I use [[https://www.passwordstore.org/][=pass=]] for my password management.
|
|||||||
:ensure t
|
:ensure t
|
||||||
:general
|
:general
|
||||||
(wiz-leader-def
|
(wiz-leader-def
|
||||||
"p" 'ivy-pass))
|
"P" 'ivy-pass))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Git (magit)
|
** Git (magit)
|
||||||
I hear that this is one of those emacs "killer apps"
|
I hear that this is one of those emacs "killer apps"
|
||||||
|
Loading…
Reference in New Issue
Block a user