From f00908b65b882356f720208118c610838208dd07 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Fri, 12 Nov 2021 08:01:31 -0500 Subject: doom config --- emacs/.doom.d/config.el | 2 +- emacs/.doom.d/init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs') diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el index 68c66c1..c69ee83 100644 --- a/emacs/.doom.d/config.el +++ b/emacs/.doom.d/config.el @@ -76,7 +76,7 @@ ("d" "default" plain (function org-roam-capture--get-point) "%?" :file-name "%<%Y%m%d%H%M%S>-${slug}" - :head "#+TITLE: ${title}\n- tags :: [[file:%<%Y-W%W>.org][%<%Y-W%W>]]" + :head "#+TITLE: ${title}\n" :unnarrowed t) ))) diff --git a/emacs/.doom.d/init.el b/emacs/.doom.d/init.el index 46c6dd7..aa49653 100644 --- a/emacs/.doom.d/init.el +++ b/emacs/.doom.d/init.el @@ -54,7 +54,7 @@ (evil +everywhere); come to the dark side, we have cookies file-templates ; auto-snippets for empty files fold ; (nigh) universal code folding - (format +onsave) ; automated prettiness + format ; automated prettiness ;;god ; run Emacs commands without modifier keys ;;lispy ; vim for lisp, for people who don't like vim multiple-cursors ; editing in many places at once -- cgit v1.2.3