emacs working again

This commit is contained in:
Charlie Root 2025-03-19 21:31:56 +01:00
commit af59d33353
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
11 changed files with 7 additions and 497 deletions

View file

@ -1,4 +1,4 @@
;; init.el --- Load the full configuration -*- lexical-binding: t -*-
;;; init.el --- Load the full configuration -*- lexical-binding: t -*-
;;; Commentary:
@ -48,7 +48,7 @@
(require 'init-gui-frames)
(require 'init-dired)
(require 'init-themes)
(require 'init-look)
;;(require 'init-look)
(require 'init-isearch)
(require 'init-uniquify)
(require 'init-recentf)
@ -95,6 +95,6 @@
;; Local Variables:
;; coding: utf-8
;; no-byte-compile: t
;; End:
;;; init.el ends here