doom shenanigans

This commit is contained in:
LinlyBoi
2023-08-19 22:53:09 +03:00
parent caf0305f0e
commit 4a2a784601
3 changed files with 11 additions and 5 deletions

View File

@@ -77,8 +77,9 @@
(setq display-line-numbers-type 'relative) (setq display-line-numbers-type 'relative)
(setq org-roam-directory (file-truename "~/org")) (after! org
;; see https://list.orgmode.org/87r5718ytv.fsf@sputnik.localhost (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 (eval-after-load 'org-list
'(add-hook 'org-checkbox-statistics-hook (function ndk/checkbox-list-complete))) '(add-hook 'org-checkbox-statistics-hook (function ndk/checkbox-list-complete)))
@@ -111,3 +112,8 @@
;; YAY I LOVE PRESSING s ;; YAY I LOVE PRESSING s
(remove-hook 'doom-first-input-hook (remove-hook 'doom-first-input-hook
#'evil-snipe-mode) #'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)

View File

@@ -7,7 +7,7 @@
'("e3daa8f18440301f3e54f2093fe15f4fe951986a8628e98dcd781efbec7a46f2" "467dc6fdebcf92f4d3e2a2016145ba15841987c71fbe675dcfe34ac47ffb9195" "98ef36d4487bf5e816f89b1b1240d45755ec382c7029302f36ca6626faf44bbd" default)) '("e3daa8f18440301f3e54f2093fe15f4fe951986a8628e98dcd781efbec7a46f2" "467dc6fdebcf92f4d3e2a2016145ba15841987c71fbe675dcfe34ac47ffb9195" "98ef36d4487bf5e816f89b1b1240d45755ec382c7029302f36ca6626faf44bbd" default))
'(delete-selection-mode nil) '(delete-selection-mode nil)
'(package-selected-packages '(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
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.

View File

@@ -56,7 +56,7 @@
(evil +everywhere); come to the dark side, we have cookies (evil +everywhere); come to the dark side, we have cookies
file-templates ; auto-snippets for empty files file-templates ; auto-snippets for empty files
fold ; (nigh) universal code folding fold ; (nigh) universal code folding
(format +onsave) ; automated prettiness ;;(format +onsave) ; automated prettiness
;;god ; run Emacs commands without modifier keys ;;god ; run Emacs commands without modifier keys
;;lispy ; vim for lisp, for people who don't like vim ;;lispy ; vim for lisp, for people who don't like vim
;;multiple-cursors ; editing in many places at once ;;multiple-cursors ; editing in many places at once
@@ -153,7 +153,7 @@
;;nim ; python + lisp at the speed of c ;;nim ; python + lisp at the speed of c
;;nix ; I hereby declare "nix geht mehr!" ;;nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel ;;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 ;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more ;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional ;;purescript ; javascript, but functional