commit 299904a495c184e0ad225a8504634c3d5f540f23
parent 48c615e698e12932f6291126c3002acff80d47a5
Author: rsiddharth <s@ricketyspace.net>
Date: Sat, 9 Dec 2017 03:43:35 +0000
.emacs.d/elisp/rsd-pkgs.el: Update woman config.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.emacs.d/elisp/rsd-pkgs.el b/.emacs.d/elisp/rsd-pkgs.el
@@ -75,7 +75,8 @@
(use-package woman
:config
(setq guix-manpath (expand-file-name "~/.guix-profile/share/man"))
- (setq woman-manpath (cons guix-manpath woman-manpath)))
+ (setq woman-manpath (cons guix-manpath woman-manpath))
+ :bind (("C-c w" . woman)))
(use-package tex :ensure auctex)
(use-package jinja2-mode :ensure t)