|
|
|
@ -141,7 +141,13 @@ |
|
|
|
(fringe-mode 10) |
|
|
|
(fringe-mode 10) |
|
|
|
;(set-window-buffer nil (current-buffer)) |
|
|
|
;(set-window-buffer nil (current-buffer)) |
|
|
|
#+end_src |
|
|
|
#+end_src |
|
|
|
|
|
|
|
Setup [[https://github.com/purcell/page-break-lines][page-break-lines]] |
|
|
|
|
|
|
|
#+begin_src emacs-lisp |
|
|
|
|
|
|
|
(require 'page-break-lines) |
|
|
|
|
|
|
|
(setq page-break-lines-char ?· |
|
|
|
|
|
|
|
page-break-lines-lighter "") |
|
|
|
|
|
|
|
(global-page-break-lines-mode) |
|
|
|
|
|
|
|
#+end_src |
|
|
|
** Mouseless |
|
|
|
** Mouseless |
|
|
|
Disable mouse interaction with emacs |
|
|
|
Disable mouse interaction with emacs |
|
|
|
#+begin_src emacs-lisp |
|
|
|
#+begin_src emacs-lisp |
|
|
|
|