Anpassung: init-Files auf debian angepasst
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
;; (provide 'init-capture)
|
||||
;; (provide 'init-capture) -*- lexical-binding: t; -*-
|
||||
|
||||
;; (defvar my/org-capture-title nil)
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
;; -*- lexical-binding: t; -*-
|
||||
|
||||
;;; init-keybindings.el --- Keybindings -*- lexical-binding: t; -*-
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
;; -*- lexical-binding: t; -*-
|
||||
(require 'markdown-mode)
|
||||
|
||||
(add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode))
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
;; -*- lexical-binding: t; -*-
|
||||
(require 'org-roam)
|
||||
|
||||
(setq org-roam-directory (file-truename "~/org"))
|
||||
(setq org-roam-db-location
|
||||
(expand-file-name "org-roam.db" user-emacs-directory))
|
||||
|
||||
(org-roam-db-autosync-mode)
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
;; -*- lexical-binding: t; -*-
|
||||
(setq org-adapt-indentation t)
|
||||
(setq org-startup-indented t)
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
;; -*- lexical-binding: t; -*-
|
||||
(require 'package)
|
||||
|
||||
(setq package-archives
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
;; -*- lexical-binding: t; -*-
|
||||
(require 'subr-x)
|
||||
(require 'doom-themes)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user