[emacs] Fix module loading and keymappings

This commit is contained in:
2024-01-14 14:41:33 -05:00
parent e1c8b18635
commit 5fd1fc2b0e
3 changed files with 42 additions and 2 deletions

View File

@ -0,0 +1,14 @@
;;; ../../.dotfiles/emacs/.config/doom/hosts/init-erriapus.el -*- lexical-binding: t; -*-
;(add-to-list 'default-frame-alist '(width . 80))
;(add-to-list 'default-frame-alist '(height . 24))
;(add-to-list 'default-frame-alist ; High DPI Fix
; `(font . ,(let ((dims (nth 1 (frame-monitor-attributes)))
; (m (/ 1.0 388800.0)) (b (/ 23.0 3.0)))
; (format "Iosevka-%d" (+ (* m (nth 3 dims) (nth 3 dims)) b)))))
(setq doom-font (font-spec :family "Iosevka" :size 26 :weight 'regular)
doom-big-font (font-spec :family "Iosevka" :size 30 :weight 'regular)
doom-variable-pitch-font (font-spec :family "Overpass" :size 26))
(add-to-list 'default-frame-alist '(fullscreen . maximized))