Become an App Developer and minor tweaks
This commit is contained in:
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user