From 42311ef8f82ca1eb4f60d07de84b96a572eecfa0 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Fri, 26 Mar 2021 00:10:37 +0800 Subject: Bind novel and require autoinsert. Two small edits: * skeleton-conf.el (autoinsert): Make this useful function available * by default. * view-conf.el (durand-view-map): Bind novel to a key. --- view-conf.el | 1 + 1 file changed, 1 insertion(+) (limited to 'view-conf.el') diff --git a/view-conf.el b/view-conf.el index f41a6d1..f5dcda9 100644 --- a/view-conf.el +++ b/view-conf.el @@ -105,6 +105,7 @@ If ARG is '(16), view the battery information." (define-key map (vector ?o) #'olivetti-mode) (define-key map (vector ?c) #'calendar) (define-key map (vector ?r) #'choose-recent-file) + (define-key map (vector ?n) #'novel) map) "The keymap that is related to my custom functions about viewing.") -- cgit v1.2.3-18-g5258