fix: unmatched parenthesis

This commit is contained in:
Muhammad Nauman Raza 2022-12-21 11:26:36 +00:00
parent 2b981baf9f
commit e6d8bd355d
No known key found for this signature in database
GPG key ID: 62D07698363B5010
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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