Try and fix the issue with zettels

master
Jacopo De Simoi 1 year ago
parent a67d0d28d7
commit 98e0c6a410
  1. 9
      global.org

@ -1162,6 +1162,10 @@
(require 'org-habit)
#+end_src
*** Hooks
Enable ~org-inline-pdf~
#+begin_src emacs-lisp
(add-hook 'org-mode-hook #'org-inline-pdf-mode)
#+end_src
Enable ~auto-fill-mode~ (see [[[https://www.gnu.org/software/emacs/manual/html_node/emacs/Auto-Fill.html][the manual]]]: honestly I do not see
where I would not want to use this feature).
#+begin_src emacs-lisp
@ -1202,6 +1206,11 @@
org-adapt-indentation t
org-tags-column -75)
#+end_src
Set the image width to fill the window (this may not be OK for
everything, but it works for zettels)
#+begin_src emacs-lisp
(setq org-image-actual-width '(1.0))
#+end_src
*** Ligatures [not in working order]
These require a patched ~hackminus~ font. Too bad it does not work
for some reason

Loading…
Cancel
Save