Use another value for olivetti body width with info mode
This commit is contained in:
parent
2d68650cee
commit
a81ce874b7
2 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
:custom (olivetti-body-width 89)
|
||||
:bind ("<f6>" . olivetti-mode))
|
||||
|
||||
(add-hook 'Info-mode-hook 'olivetti-mode)
|
||||
(add-hook 'Info-mode-hook (lambda () (setq olivetti-body-width 73) (olivetti-mode)))
|
||||
|
||||
(use-package ace-window :init (global-set-key (kbd "M-o") 'ace-window))
|
||||
|
||||
|
|
3
quickurls
Normal file
3
quickurls
Normal file
|
@ -0,0 +1,3 @@
|
|||
;; -*- lisp -*-
|
||||
|
||||
(("yale_edu" . "https://usability.yale.edu/"))
|
Loading…
Add table
Reference in a new issue