ENH don't hide markup (not worth it)

This commit is contained in:
Nathan Dwarshuis 2022-10-16 19:11:46 -04:00
parent 4089810579
commit 5eced7a6a6
1 changed files with 0 additions and 6 deletions

View File

@ -1342,7 +1342,6 @@ Make font sizes smaller and less intrusive for headers
(add-hook 'markdown-mode-hook (add-hook 'markdown-mode-hook
(lambda () (lambda ()
(setq-local markdown-hide-markup t)
(let ((heading-height 1.15)) (let ((heading-height 1.15))
(set-face-attribute 'markdown-header-face-1 nil :weight 'bold :height heading-height) (set-face-attribute 'markdown-header-face-1 nil :weight 'bold :height heading-height)
(set-face-attribute 'markdown-header-face-2 nil :weight 'semi-bold :height heading-height) (set-face-attribute 'markdown-header-face-2 nil :weight 'semi-bold :height heading-height)
@ -1873,11 +1872,6 @@ Some common functions that I use often that don't seem to exist
(org-up-heading-safe))) (org-up-heading-safe)))
(message "Not on a headline"))) (message "Not on a headline")))
#+end_src #+end_src
*** emphasis
Make text more compact by hiding format characters
#+begin_src emacs-lisp
(setq org-hide-emphasis-markers t)
#+end_src
** calfw ** calfw
This is a nifty calendar. Sometimes it is way faster than the agenda buffer for looking at long term things. This is a nifty calendar. Sometimes it is way faster than the agenda buffer for looking at long term things.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp