[emacs] Move on to Roam2
This commit is contained in:
@ -32,9 +32,9 @@ is that when you're trying your best to rice up i3, Emacs needs a padded
|
|||||||
border.
|
border.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
;; Applies to current frame
|
;; 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
|
;; 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
|
#+END_SRC
|
||||||
** Fringe
|
** Fringe
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
@ -207,9 +207,9 @@ a serif font when I’m writing a lot of words.
|
|||||||
org-id)))
|
org-id)))
|
||||||
|
|
||||||
;; Refiling
|
;; Refiling
|
||||||
(setq org-refile-targets '(("~/var/org/index.org" :maxlevel . 9))
|
;;(setq org-refile-targets '(("~/var/org/index.org" :maxlevel . 9))
|
||||||
org-outline-path-complete-in-steps nil ; Refile in a single go
|
;; org-outline-path-complete-in-steps nil ; Refile in a single go
|
||||||
org-refile-use-outline-path t) ; Show full paths for refiling
|
;; org-refile-use-outline-path t) ; Show full paths for refiling
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Key bindings
|
** 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-directory "~/var/org/")
|
||||||
(setq org-roam-dailies-directory "")
|
(setq org-roam-dailies-directory "")
|
||||||
|
|
||||||
(setq org-roam-dailies-capture-templates
|
;;(setq org-roam-dailies-capture-templates
|
||||||
'(("d" "default" entry
|
;; '(("d" "default" entry
|
||||||
#'org-roam-capture--get-point
|
;; #'org-roam-capture--get-point
|
||||||
"* %?"
|
;; "* %?"
|
||||||
:file-name "%<%Y-%m-%d>"
|
;; :file-name "%<%Y-%m-%d>"
|
||||||
:head "#+title: %<%Y-%m-%d>\n\n")))
|
;; :head "#+title: %<%Y-%m-%d>\n\n")))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Novel
|
* Novel
|
||||||
|
|||||||
@ -158,7 +158,7 @@
|
|||||||
+ipython ; ipython support for babel
|
+ipython ; ipython support for babel
|
||||||
+journal
|
+journal
|
||||||
+pretty
|
+pretty
|
||||||
+roam
|
+roam2
|
||||||
+pandoc ; pandoc integration into org's exporter
|
+pandoc ; pandoc integration into org's exporter
|
||||||
+pomodoro
|
+pomodoro
|
||||||
+present) ; using Emacs for presentations
|
+present) ; using Emacs for presentations
|
||||||
|
|||||||
Reference in New Issue
Block a user