mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Minor emacs formatting fixes
This commit is contained in:
parent
05695fa6ca
commit
dcff8235b1
|
@ -116,13 +116,13 @@
|
||||||
"Switch roam db" "" (lambda (&rest _) (org-roam-switch-db)) 'org-formula)
|
"Switch roam db" "" (lambda (&rest _) (org-roam-switch-db)) 'org-formula)
|
||||||
)
|
)
|
||||||
;; line 2
|
;; line 2
|
||||||
( (,"Git" "" "" (lambda (&rest _)) 'match)
|
( (,"Git" "" "" (lambda (&rest _)) 'diredfl-exec-priv)
|
||||||
(,(all-the-icons-octicon "mark-github" :height 1.0 :v-adjust 0.0)
|
(,(all-the-icons-octicon "mark-github" :height 1.0 :v-adjust 0.0)
|
||||||
"GitHub" "" (lambda (&rest _) (browse-url "ext+container:name=Tech&url=https://github.com/librephoenix")) 'match)
|
"GitHub" "" (lambda (&rest _) (browse-url "ext+container:name=Tech&url=https://github.com/librephoenix")) 'diredfl-exec-priv)
|
||||||
(,(all-the-icons-faicon "gitlab" :height 1.0 :v-adjust 0.0)
|
(,(all-the-icons-faicon "gitlab" :height 1.0 :v-adjust 0.0)
|
||||||
"GitLab" "" (lambda (&rest _) (browse-url "ext+container:name=Tech&url=https://gitlab.com/librephoenix")) 'match)
|
"GitLab" "" (lambda (&rest _) (browse-url "ext+container:name=Tech&url=https://gitlab.com/librephoenix")) 'diredfl-exec-priv)
|
||||||
(,(all-the-icons-faicon "coffee" :height 1.0 :v-adjust 0.0)
|
(,(all-the-icons-faicon "coffee" :height 1.0 :v-adjust 0.0)
|
||||||
"Gitea" "" (lambda (&rest _) (browse-url my-gitea-domain)) 'match)
|
"Gitea" "" (lambda (&rest _) (browse-url my-gitea-domain)) 'diredfl-exec-priv)
|
||||||
)
|
)
|
||||||
;; line 3
|
;; line 3
|
||||||
( (,"Agenda" "" "" (lambda (&rest _)) 'dired-warning)
|
( (,"Agenda" "" "" (lambda (&rest _)) 'dired-warning)
|
||||||
|
|
|
@ -177,13 +177,13 @@ Doom Emacs is traditionally installed by cloning the repository ([[https://githu
|
||||||
"Switch roam db" "" (lambda (&rest _) (org-roam-switch-db)) 'org-formula)
|
"Switch roam db" "" (lambda (&rest _) (org-roam-switch-db)) 'org-formula)
|
||||||
)
|
)
|
||||||
;; line 2
|
;; line 2
|
||||||
( (,"Git" "" "" (lambda (&rest _)) 'match)
|
( (,"Git" "" "" (lambda (&rest _)) 'diredfl-exec-priv)
|
||||||
(,(all-the-icons-octicon "mark-github" :height 1.0 :v-adjust 0.0)
|
(,(all-the-icons-octicon "mark-github" :height 1.0 :v-adjust 0.0)
|
||||||
"GitHub" "" (lambda (&rest _) (browse-url "ext+container:name=Tech&url=https://github.com/librephoenix")) 'match)
|
"GitHub" "" (lambda (&rest _) (browse-url "ext+container:name=Tech&url=https://github.com/librephoenix")) 'diredfl-exec-priv)
|
||||||
(,(all-the-icons-faicon "gitlab" :height 1.0 :v-adjust 0.0)
|
(,(all-the-icons-faicon "gitlab" :height 1.0 :v-adjust 0.0)
|
||||||
"GitLab" "" (lambda (&rest _) (browse-url "ext+container:name=Tech&url=https://gitlab.com/librephoenix")) 'match)
|
"GitLab" "" (lambda (&rest _) (browse-url "ext+container:name=Tech&url=https://gitlab.com/librephoenix")) 'diredfl-exec-priv)
|
||||||
(,(all-the-icons-faicon "coffee" :height 1.0 :v-adjust 0.0)
|
(,(all-the-icons-faicon "coffee" :height 1.0 :v-adjust 0.0)
|
||||||
"Gitea" "" (lambda (&rest _) (browse-url my-gitea-domain)) 'match)
|
"Gitea" "" (lambda (&rest _) (browse-url my-gitea-domain)) 'diredfl-exec-priv)
|
||||||
)
|
)
|
||||||
;; line 3
|
;; line 3
|
||||||
( (,"Agenda" "" "" (lambda (&rest _)) 'dired-warning)
|
( (,"Agenda" "" "" (lambda (&rest _)) 'dired-warning)
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
(evil +everywhere); come to the dark side, we have cookies
|
(evil +everywhere); come to the dark side, we have cookies
|
||||||
file-templates ; auto-snippets for empty files
|
file-templates ; auto-snippets for empty files
|
||||||
fold ; (nigh) universal code folding
|
fold ; (nigh) universal code folding
|
||||||
(format +onsave) ; automated prettiness
|
;;(format +onsave) ; automated prettiness
|
||||||
;;god ; run Emacs commands without modifier keys
|
;;god ; run Emacs commands without modifier keys
|
||||||
;;lispy ; vim for lisp, for people who don't like vim
|
;;lispy ; vim for lisp, for people who don't like vim
|
||||||
multiple-cursors ; editing in many places at once
|
multiple-cursors ; editing in many places at once
|
||||||
|
|
Loading…
Reference in a new issue