You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
859 B
EmacsLisp

;;; $DOOMDIR/config.el -*- lexical-binding: t; -*-
;; Place your private configuration here! Remember, you do not need to run 'doom
;; sync' after modifying this file!
;; Some functionality uses this to identify you, e.g. GPG configuration, email
;; clients, file templates and snippets. It is optional.
(setq user-full-name (getenv "CONFIG_FULL_NAME")
user-mail-address (getenv "CONFIG_EMAIL_ADDRESS"))
(unless 'display-graphic-p
(setq confirm-kill-emacs nil))
(load! "penguin/appearance.el")
(load! "penguin/lang.el")
(load! "penguin/keybinds.el")
(load! "penguin/org.el")
(load! "penguin/project.el")
(load! "penguin/debug.el")
(load! "penguin/calendar.el")
(load! "penguin/completions.el")
(load! "penguin/misc.el")
(load! "penguin/local.el")
(load! "penguin/serial-terminator.el")
(load! "penguin/wgetpaste.el")
(setq x-super-keysym 'meta)