Become an App Developer and minor tweaks

This commit is contained in:
2020-03-09 17:05:02 +01:00
parent 7459874574
commit 2d7412685c
4 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
;; Enter writeroom and disable completion and line numbers in Markdown
(after! markdown
(set-company-backend! 'markdown-mode nil)
(add-hook 'markdown-mode-hook '(lambda () (display-line-numbers-mode -1)))
(add-hook 'markdown-mode-hook (lambda () (display-line-numbers-mode -1)))
(add-hook 'markdown-mode-hook 'global-writeroom-mode))
;; Reload file from disk without confirmation
(defun revert-buffer-no-confirm ()