Format configuration files

This commit is contained in:
coolneng 2025-04-01 14:44:05 +02:00
parent 827e1a879a
commit fbba44d7a2
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
3 changed files with 11 additions and 11 deletions

8
+ui.el
View File

@ -69,10 +69,10 @@
:action =wallabag))) :action =wallabag)))
;; Restore previous session without confirmation ;; Restore previous session without confirmation
(defadvice! restore-no-confirm-session-quickload-a () (defadvice! restore-no-confirm-session-quickload-a ()
:override #'doom/quickload-session :override #'doom/quickload-session
(message "Restoring session...") (message "Restoring session...")
(doom-load-session) (doom-load-session)
(message "Session restored. Welcome back.")) (message "Session restored. Welcome back."))
;; Decrease size of icons in the modeline ;; Decrease size of icons in the modeline
(setq nerd-icons-scale-factor 1.0) (setq nerd-icons-scale-factor 1.0)
;; Increase size of the PlatformIO compilation buffer ;; Increase size of the PlatformIO compilation buffer

View File

@ -17,9 +17,9 @@
("~/Repos" . 1) ("~/Repos" . 1)
"~/.dotfiles" "~/.dotfiles"
"~/Notes")) "~/Notes"))
; Auto cleanup recentf ;; Auto cleanup recentf
(setq recentf-auto-cleanup 300) (setq recentf-auto-cleanup 300)
; Save backup files to ~/.cache and autosave files to ~/.cache/emacs ;; Save backup files to ~/.cache and autosave files to ~/.cache/emacs
(setq backup-directory-alist `(("." . "~/.cache")) (setq backup-directory-alist `(("." . "~/.cache"))
auto-save-list-file-prefix (concat "~/.cache")) auto-save-list-file-prefix (concat "~/.cache"))
;; Load org configuration ;; Load org configuration

10
init.el
View File

@ -11,7 +11,7 @@
(doom! :input (doom! :input
;;chinese ;;chinese
;;japanese ;;japanese
;layout ; auie,ctsrnm is the superior home row ;;layout ; auie,ctsrnm is the superior home row
:completion :completion
;;(company +tng) ; the ultimate code completion backend ;;(company +tng) ; the ultimate code completion backend
@ -159,14 +159,14 @@
+pandoc ; export-with-pandoc support +pandoc ; export-with-pandoc support
+pomodoro ; be fruitful with the tomato technique +pomodoro ; be fruitful with the tomato technique
+present) ; using org-mode for presentations +present) ; using org-mode for presentations
;;+pretty) ;;+pretty)
;;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
(python +lsp ; beautiful is better than ugly (python +lsp ; beautiful is better than ugly
+pyright +pyright
+poetry +poetry
+tree-sitter) +tree-sitter)
;;qt ; the 'cutest' gui framework ever ;;qt ; the 'cutest' gui framework ever
;;racket ; a DSL for DSLs ;;racket ; a DSL for DSLs
;;raku ; the artist formerly known as perl6 ;;raku ; the artist formerly known as perl6