Change org-capture setup
This commit is contained in:
parent
ba057d0655
commit
7b7d041567
2 changed files with 6 additions and 105 deletions
7
init.el
7
init.el
|
@ -13,6 +13,10 @@
|
|||
(set-language-environment 'utf-8)
|
||||
(set-selection-coding-system 'utf-8)
|
||||
|
||||
;; sonic arts
|
||||
(setq ring-bell-function 'ignore)
|
||||
(setq visible-bell t)
|
||||
|
||||
;; MELPA/use-package
|
||||
|
||||
(package-initialize)
|
||||
|
@ -267,7 +271,8 @@
|
|||
(org-ellipsis " ⤵")
|
||||
:hook (org-mode . org-bullets-mode))
|
||||
|
||||
(load-file "~/.emacs.d/capture.el") ; capture templates stored here
|
||||
(global-set-key [f2] 'org-capture)
|
||||
(load-file "~/Documents/drive/org/capture.el") ; capture templates stored here
|
||||
(setq org-capture-bookmark nil)
|
||||
|
||||
(use-package org-drill
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue