Update font, add zpg.el

This commit is contained in:
2026-01-29 12:50:03 +09:00
parent cbd72df6af
commit 7c234b6a6e
4 changed files with 766 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
;;; 05-basic.el --- Setup some basics. -*- no-byte-compile: t; lexical-binding: t; -*-
;; Setup the font
(set-face-attribute 'default nil :height 120 :font "Iosevka Nerd Font" :weight 'normal)
(set-face-attribute 'default nil :height 110 :font "Iosevka Nerd Font" :weight 'normal)
;; I use narrowing, I am a mature emacs user! I do not need the hand-holding
;; (usually).
@@ -121,9 +121,14 @@
(unless (memq 'vterm features)
(message "Failed to load vterm. It is probably not installed.")))
;;
(add-to-list 'load-path (expand-file-name (concat minimal-emacs-user-directory "load")))
;; This folder contains some custom libraries I wrote that could be loaded.
(add-to-list
'load-path
(expand-file-name
(concat minimal-emacs-user-directory "load")))
;; Add my input method to allow reverse-im to work properly with my keyboard
;; setup. It is defined in a library in the load directory, see above.
(register-input-method
"cyrillic-workman" "Russian" 'quail-use-package
"RUW@" "Russian (ЙЦУКЕН) input method simulating Workman keyboard"