mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
using require
This commit is contained in:
12
lisp/init-novel.el
Normal file
12
lisp/init-novel.el
Normal file
@@ -0,0 +1,12 @@
|
||||
;; *** Novel Mode - Screen Reader
|
||||
|
||||
;; my own emacs screen reader, very handy to read docs on the road.
|
||||
|
||||
(use-package novel-mode
|
||||
:ensure nil
|
||||
:config
|
||||
(global-set-key (kbd "C-c C-n") 'novel-mode))
|
||||
|
||||
|
||||
(provide 'init-novel)
|
||||
;;; init-novel.el ends here
|
||||
Reference in New Issue
Block a user