Add vue mode
This commit is contained in:
parent
2cfe41626a
commit
07be5c9ab3
5 changed files with 17 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
;;; Code:
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;; Overall behaviour ;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
(setq debug-on-error t)
|
||||
;; (setq debug-on-error t)
|
||||
|
||||
;;; remove menu bar and icons
|
||||
(menu-bar-mode -1)
|
||||
|
|
@ -26,6 +26,9 @@
|
|||
(global-linum-mode t)
|
||||
(column-number-mode 1)
|
||||
|
||||
;; Enable TODO highlights
|
||||
(hl-todo-mode 1)
|
||||
|
||||
;; Turn off sounds
|
||||
(setq ring-bell-function 'ignore)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue