add views to tab bar and into menu and dashboard and move view functions to own file
add commentary function for org-mode with list function to create strings
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
(use-package my
|
||||
:load-path (lambda() (concat user-emacs-directory "lisp/my"))
|
||||
:config
|
||||
(with-eval-after-load 'org
|
||||
(add-hook 'org-mode-hook 'my-org-link-color-hook)
|
||||
(add-hook 'org-ctrl-c-ctrl-c-hook 'my-org-table-cell-color-attr))
|
||||
)
|
||||
(add-hook 'org-ctrl-c-ctrl-c-hook 'my-org-table-cell-color-attr)))
|
||||
|
||||
(provide 'my-settings)
|
||||
;;; my-settings.el ends here
|
||||
|
||||
Reference in New Issue
Block a user