fix: unmatched parenthesis
This commit is contained in:
parent
2b981baf9f
commit
e6d8bd355d
2
init.el
2
init.el
|
@ -42,7 +42,7 @@
|
||||||
(setq use-package-always-ensure t)
|
(setq use-package-always-ensure t)
|
||||||
|
|
||||||
;; Disable unnecessary warnings
|
;; Disable unnecessary warnings
|
||||||
(setq warning-minimum-level :emergency)
|
;; (setq warning-minimum-level :emergency)
|
||||||
|
|
||||||
;; Add external e-lisp files to the load-path
|
;; Add external e-lisp files to the load-path
|
||||||
(add-to-list 'load-path (concat user-emacs-directory
|
(add-to-list 'load-path (concat user-emacs-directory
|
||||||
|
|
|
@ -80,6 +80,6 @@
|
||||||
"n i" '(org-insert-link :wk "Insert Link")
|
"n i" '(org-insert-link :wk "Insert Link")
|
||||||
"n t" '(:wk "Tables")
|
"n t" '(:wk "Tables")
|
||||||
"n t a" '(org-table-align :wk "Align Table")
|
"n t a" '(org-table-align :wk "Align Table")
|
||||||
"n t c" '(org-table-create :wk "Create Table"))
|
"n t c" '(org-table-create :wk "Create Table")))
|
||||||
|
|
||||||
;;; org-mode.el ends here
|
;;; org-mode.el ends here
|
||||||
|
|
Reference in a new issue