doom shenanigans
This commit is contained in:
@@ -77,8 +77,9 @@
|
||||
|
||||
|
||||
(setq display-line-numbers-type 'relative)
|
||||
(setq org-roam-directory (file-truename "~/org"))
|
||||
;; see https://list.orgmode.org/87r5718ytv.fsf@sputnik.localhost
|
||||
(after! org
|
||||
(setq org-roam-directory "~/org/")
|
||||
(setq org-roam-index-file "~/org/index.org"));; see https://list.orgmode.org/87r5718ytv.fsf@sputnik.localhost
|
||||
(eval-after-load 'org-list
|
||||
'(add-hook 'org-checkbox-statistics-hook (function ndk/checkbox-list-complete)))
|
||||
|
||||
@@ -111,3 +112,8 @@
|
||||
;; YAY I LOVE PRESSING s
|
||||
(remove-hook 'doom-first-input-hook
|
||||
#'evil-snipe-mode)
|
||||
;; TABBSS
|
||||
;; use tab indentation everywhere
|
||||
(setq-default indent-tabs-mode 'only)
|
||||
(setq-default tab-width 4) ; Assuming you want your tabs to be four spaces wide
|
||||
(defvaralias 'c-basic-offset 'tab-width)
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
'("e3daa8f18440301f3e54f2093fe15f4fe951986a8628e98dcd781efbec7a46f2" "467dc6fdebcf92f4d3e2a2016145ba15841987c71fbe675dcfe34ac47ffb9195" "98ef36d4487bf5e816f89b1b1240d45755ec382c7029302f36ca6626faf44bbd" default))
|
||||
'(delete-selection-mode nil)
|
||||
'(package-selected-packages
|
||||
'(chezmoi evil-numbers oauth2-request oauth2 org-caldav org-roam gruvbox-theme)))
|
||||
'(chezmoi evil-numbers oauth2-request oauth2 org-caldav gruvbox-theme)))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
||||
@@ -56,7 +56,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 +onsave) ; 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
|
||||
@@ -153,7 +153,7 @@
|
||||
;;nim ; python + lisp at the speed of c
|
||||
;;nix ; I hereby declare "nix geht mehr!"
|
||||
;;ocaml ; an objective camel
|
||||
org ; organize your plain life in plain text
|
||||
(org +dnd) ; organize your plain life in plain text
|
||||
;;php ; perl's insecure younger brother
|
||||
;;plantuml ; diagrams for confusing people more
|
||||
;;purescript ; javascript, but functional
|
||||
|
||||
Reference in New Issue
Block a user