summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-04-24 15:02:19 -0500
committerCase Duckworth2022-04-24 15:02:19 -0500
commit47371e748481d5442700c879d62dc3928e7e92d7 (patch)
treefe70dc92c3dcdb560ebca527bd7867c3d769cc49 /init.el
parentConfigure jabber (diff)
downloademacs-47371e748481d5442700c879d62dc3928e7e92d7.tar.gz
emacs-47371e748481d5442700c879d62dc3928e7e92d7.zip
Change prot's urls
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/init.el b/init.el index ace54a4..6e80b41 100644 --- a/init.el +++ b/init.el
@@ -1808,7 +1808,9 @@ See also `crux-reopen-as-root-mode'."
1808 (setf (alist-get 'lacarte-execute-menu-command vertico-multiform-commands) 1808 (setf (alist-get 'lacarte-execute-menu-command vertico-multiform-commands)
1809 '(buffer grid (vertico-sort-function . vertico-sort-length-alpha))))) 1809 '(buffer grid (vertico-sort-function . vertico-sort-length-alpha)))))
1810 1810
1811(setup (:straight (lin :host gitlab :repo "protesilaos/lin")) 1811(setup (:straight (lin :host nil
1812 :repo "https://git.sr.ht/~protesilaos/lin"))
1813 (:require)
1812 (lin-global-mode +1)) 1814 (lin-global-mode +1))
1813 1815
1814(setup (:straight link-hint) 1816(setup (:straight link-hint)
@@ -1909,8 +1911,8 @@ See also `crux-reopen-as-root-mode'."
1909 (mode-line-bell-mode +1)) 1911 (mode-line-bell-mode +1))
1910 1912
1911(setup (:straight (modus-themes 1913(setup (:straight (modus-themes
1912 :host gitlab 1914 :host nil
1913 :repo "protesilaos/modus-themes")) 1915 :repo "https://git.sr.ht/~protesilaos/modus-themes"))
1914 (require 'modus-themes (.etc "straight/build/modus-themes/modus-themes")) 1916 (require 'modus-themes (.etc "straight/build/modus-themes/modus-themes"))
1915 (:option modus-themes-mixed-fonts t 1917 (:option modus-themes-mixed-fonts t
1916 modus-themes-bold-constructs t 1918 modus-themes-bold-constructs t