Files
.github
.vscode
docs
hydra
keys
lib
modules
systems
users
alice
home
doom
snippets
config.el
custom.el
default.nix
init.el
packages.el
hypr
gammastep.nix
git.nix
waybar.nix
zsh.nix
default.nix
home.nix
non-server.nix
secrets.yaml
richie
default.nix
utils
.envrc
.gitconfig
.gitignore
.sops.yaml
checks.nix
flake.lock
flake.nix
shell.nix
sops-mergetool.sh
statix.toml
treefmt.toml
nix-dotfiles/users/alice/home/doom/custom.el
2024-06-08 15:49:43 +00:00

22 lines
861 B
EmacsLisp

(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(org-agenda-files '("/home/alice/Documents/org-docs/")))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(font-lock-comment-face ((t (:slant italic))))
'(font-lock-keyword-face ((t (:slant italic)))))
;; insert wakatime-api-key from sops file
(setq! wakatime-api-key
(shell-command-to-string "cat /home/alice/.config/doom/wakatime"))
(setq! lsp-enable-suggest-server-download nil)
;; (keychain-refresh-environment)