Revert to default org keywords and become Web dev
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
(set-docsets! 'go-mode "Go"))
|
||||
;; Align columns in CSV mode
|
||||
(add-hook 'csv-mode-hook 'csv-align-mode)
|
||||
;; Close compilation buffer if successfull(setq compilation-finish-functions
|
||||
;; Close compilation buffer if successful
|
||||
(setq compilation-finish-functions
|
||||
(lambda (buf str)
|
||||
(if (null (string-match ".*exited abnormally.*" str))
|
||||
|
||||
Reference in New Issue
Block a user