Update emacs.org

This commit is contained in:
Sako 2023-10-03 17:17:43 +04:00 committed by GitHub
parent 579293a60d
commit aa9ee15e73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,8 @@ M-x org-bable-tangle
(dolist (mode '(org-mode-hook
term-mode-hook
eshell-mode-hook
treemacs-mode-hook))
treemacs-mode-hook
dashboard-mode-hook))
(add-hook mode (lambda () (display-line-numbers-mode 0))))
;; Bell
(setq visible-bell t)