working system
This commit is contained in:
commit
e0ad4ea627
53 changed files with 2927 additions and 0 deletions
22
lisp/init-local.el
Normal file
22
lisp/init-local.el
Normal file
|
@ -0,0 +1,22 @@
|
|||
;;; Local Configuration --- This is a local config -*- lexical-bindings: t -*-
|
||||
;;; Code:
|
||||
|
||||
(set-frame-font "Iosevka Nerd Font-14" nil t)
|
||||
|
||||
|
||||
;; Personal information
|
||||
(setq user-full-name "Charlie Root")
|
||||
(setq user-mail-address "charlie@charlieroot.dev")
|
||||
|
||||
(setq make-backup-files nil)
|
||||
(setq auto-save-default nil)
|
||||
(setq create-lockfiles nil)
|
||||
|
||||
|
||||
;; Org config stuff
|
||||
(setq org-directory "~/Nextcloud/Org")
|
||||
(setq org-agenda-files (list "inbox.org" "agenda.org"))
|
||||
|
||||
|
||||
|
||||
(provide 'init-local)
|
Loading…
Add table
Add a link
Reference in a new issue