[emacs] Move on to Roam2

This commit is contained in:
2022-10-11 01:39:16 -04:00
parent e30897a1d6
commit b1990cff1d
2 changed files with 12 additions and 12 deletions

View File

@ -32,9 +32,9 @@ is that when you're trying your best to rice up i3, Emacs needs a padded
border.
#+BEGIN_SRC emacs-lisp
;; Applies to current frame
(set-frame-parameter nil 'internal-border-width 10) ; applies to the current frame
;(set-frame-parameter nil 'internal-border-width 10) ; applies to the current frame
;; If we create new frames (via emacsclient) this will do the trick
(add-to-list 'default-frame-alist '(internal-border-width . 10))
;(add-to-list 'default-frame-alist '(internal-border-width . 10))
#+END_SRC
** Fringe
#+BEGIN_SRC emacs-lisp
@ -207,9 +207,9 @@ a serif font when Im writing a lot of words.
org-id)))
;; Refiling
(setq org-refile-targets '(("~/var/org/index.org" :maxlevel . 9))
org-outline-path-complete-in-steps nil ; Refile in a single go
org-refile-use-outline-path t) ; Show full paths for refiling
;;(setq org-refile-targets '(("~/var/org/index.org" :maxlevel . 9))
;; org-outline-path-complete-in-steps nil ; Refile in a single go
;; org-refile-use-outline-path t) ; Show full paths for refiling
#+END_SRC
** Key bindings
@ -237,12 +237,12 @@ easier. I just need to level up with Zettels and web publishing of my notes.
(setq org-roam-directory "~/var/org/")
(setq org-roam-dailies-directory "")
(setq org-roam-dailies-capture-templates
'(("d" "default" entry
#'org-roam-capture--get-point
"* %?"
:file-name "%<%Y-%m-%d>"
:head "#+title: %<%Y-%m-%d>\n\n")))
;;(setq org-roam-dailies-capture-templates
;; '(("d" "default" entry
;; #'org-roam-capture--get-point
;; "* %?"
;; :file-name "%<%Y-%m-%d>"
;; :head "#+title: %<%Y-%m-%d>\n\n")))
#+END_SRC
* Novel

View File

@ -158,7 +158,7 @@
+ipython ; ipython support for babel
+journal
+pretty
+roam
+roam2
+pandoc ; pandoc integration into org's exporter
+pomodoro
+present) ; using Emacs for presentations