Everywhere: Add Hyprland Wayland config

This commit is contained in:
Riyyi
2025-02-09 22:46:46 +01:00
parent f0835c1a06
commit 6e50e217c3
35 changed files with 1151 additions and 94 deletions
+2 -2
View File
@@ -9,12 +9,12 @@
;; -----------------------------------------
;; Elpaca bootstrap
(defvar elpaca-installer-version 0.8)
(defvar elpaca-installer-version 0.9)
(defvar elpaca-directory (expand-file-name "elpaca/" user-emacs-directory))
(defvar elpaca-builds-directory (expand-file-name "builds/" elpaca-directory))
(defvar elpaca-repos-directory (expand-file-name "repos/" elpaca-directory))
(defvar elpaca-order '(elpaca :repo "https://github.com/progfolio/elpaca.git"
:ref nil :depth 1
:ref nil :depth 1 :inherit ignore
:files (:defaults "elpaca-test.el" (:exclude "extensions"))
:build (:not elpaca--activate-package)))
(let* ((repo (expand-file-name "elpaca/" elpaca-repos-directory))
+2 -1
View File
@@ -222,7 +222,8 @@ When ANYWHERE is non-nil, search beyond the preamble."
;;; Org Roam
(elpaca-setup emacsql-sqlite-builtin)
(elpaca-setup emacsql
(:also-load emacsql-sqlite-builtin))
(elpaca-setup org-roam
(:autoload org-roam-node-find) ;; TODO, is this enough?