diff --git a/bundle/bundle--gui.el b/bundle/bundle--gui.el index ccdc8d05..586c5e3d 100644 --- a/bundle/bundle--gui.el +++ b/bundle/bundle--gui.el @@ -28,7 +28,7 @@ :custom (olivetti-body-width 89) :bind ("" . 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)) diff --git a/quickurls b/quickurls new file mode 100644 index 00000000..7d04e08f --- /dev/null +++ b/quickurls @@ -0,0 +1,3 @@ +;; -*- lisp -*- + +(("yale_edu" . "https://usability.yale.edu/"))