Change org-capture setup

This commit is contained in:
tremeur29 2020-12-02 17:55:05 +00:00
parent ba057d0655
commit 7b7d041567
2 changed files with 6 additions and 105 deletions

View file

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