Compare commits
No commits in common. "faa5a9908ff76e3e136ab5bda5f98588907b4633" and "c69e7e43d8e36148f85892727d96cdfb3f18c024" have entirely different histories.
faa5a9908f
...
c69e7e43d8
4 changed files with 5 additions and 11 deletions
|
@ -1,5 +0,0 @@
|
|||
(use-package man
|
||||
:ensure t
|
||||
:config
|
||||
(set-face-attribute 'Man-overstrike nil :inherit font-lock-type-face :bold t)
|
||||
(set-face-attribute 'Man-underline nil :inherit font-lock-keyword-face :underline t))
|
|
@ -2,7 +2,7 @@
|
|||
:ensure t
|
||||
:init
|
||||
;; from https://github.com/ecraven/ivy-pass/blob/master/ivy-pass.el
|
||||
(setq password-store-password-length 32)
|
||||
:config
|
||||
;; configure ivy-pass key binding
|
||||
(global-set-key [?\C-x ?p] 'ivy-pass))
|
||||
(setq password-store-password-length 32))
|
||||
|
||||
;; configure ivy-pass key binding
|
||||
(global-set-key [?\C-x ?p] 'ivy-pass)
|
||||
|
|
|
@ -57,7 +57,7 @@ symbols, which are converted to strings, and suffixed with \".el\"."
|
|||
:group 'config-snippets
|
||||
:type '(repeat directory))
|
||||
|
||||
(setq config-snippets '(base backups c calendar dev functions git gpg man org pass ripgrep rust wl yaml))
|
||||
(setq config-snippets '(base backups c calendar dev functions git gpg org pass ripgrep rust wl yaml))
|
||||
|
||||
(message "Loading\nconfig-snippets: %s\nconfig-snippets-path: %s" config-snippets config-snippet-path)
|
||||
(dolist (snippet config-snippets)
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
!/.emacs.d/config/functions.el
|
||||
!/.emacs.d/config/git.el
|
||||
!/.emacs.d/config/gpg.el
|
||||
!/.emacs.d/config/man.el
|
||||
!/.emacs.d/config/org.el
|
||||
!/.emacs.d/config/pass.el
|
||||
!/.emacs.d/config/ripgrep.el
|
||||
|
|
Loading…
Reference in a new issue