diff options
author | Marc Coquand <marc@mccd.space> | 2024-10-13 15:15:33 +0200 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-10-13 15:15:33 +0200 |
commit | 61f897b7db50de50a5a80ca62a70f31beb4c25fc (patch) | |
tree | f45deb4e2470c431d0b1ec0b37d4a44ccede14b1 /emacs | |
parent | 64063c0f26b6d73aa62316147cb82c14d3c58fbf (diff) | |
download | bsd-61f897b7db50de50a5a80ca62a70f31beb4c25fc.tar.gz bsd-61f897b7db50de50a5a80ca62a70f31beb4c25fc.tar.bz2 bsd-61f897b7db50de50a5a80ca62a70f31beb4c25fc.zip |
.
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -92,7 +92,6 @@ (column-number-mode) (line-number-mode) (display-time-mode) -(set-face-attribute 'default nil :height 170) ;; activate all thpe packages (in particular autoloads) (package-initialize) @@ -126,8 +125,10 @@ (exwm-xim-mode) (push ?\C-\\ exwm-input-prefix-keys) :hook - (exwm-update-class . (lambda () - (exwm-workspace-rename-buffer exwm-class-name)))) + ((emacs-startup . (lambda () + (set-face-attribute 'default nil :height 170))) + (exwm-update-class . (lambda () + (exwm-workspace-rename-buffer exwm-class-name))))) (use-package pinentry :ensure t |