Big dump commit
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -53,7 +53,8 @@
|
||||
zen ; distraction-free coding or writing
|
||||
|
||||
:editor
|
||||
(evil +everywhere); come to the dark side, we have cookies
|
||||
(evil +everywhere
|
||||
+numbers); come to the dark side, we have cookies
|
||||
file-templates ; auto-snippets for empty files
|
||||
fold ; (nigh) universal code folding
|
||||
(format +onsave) ; automated prettiness
|
||||
@@ -70,7 +71,8 @@
|
||||
(dired +dirvish + icons) ; making dired pretty [functional]
|
||||
electric ; smarter, keyword-based electric-indent
|
||||
eww ; the internet is gross
|
||||
;;ibuffer ; interactive buffer management
|
||||
|
||||
(ibuffer +icons) ; interactive buffer management
|
||||
undo ; persistent, smarter undo for your inevitable mistakes
|
||||
vc ; version-control and Emacs, sitting in a tree
|
||||
|
||||
@@ -109,7 +111,7 @@
|
||||
|
||||
:os
|
||||
(:if (featurep :system 'macos) macos) ; improve compatibility with macOS
|
||||
;;tty ; improve the terminal Emacs experience
|
||||
tty ; improve the terminal Emacs experience
|
||||
|
||||
:lang
|
||||
;;agda ; types of types of types of types...
|
||||
@@ -179,7 +181,9 @@
|
||||
(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||
;;scala ; java, but good
|
||||
;;(scheme +guile) ; a fully conniving family of lisps
|
||||
sh ; she sells {ba,z,fi}sh shells on the C xor
|
||||
(sh ; she sells {ba,z,fi}sh shells on the C xor
|
||||
+lsp
|
||||
+powershell)
|
||||
;;sml
|
||||
;;solidity ; do you need a blockchain? No.
|
||||
;;swift ; who asked for emoji variables?
|
||||
|
||||
@@ -52,6 +52,9 @@
|
||||
;; Open-With behavior
|
||||
(package! openwith)
|
||||
|
||||
;; Org-Superstart-mode
|
||||
;; (package! org-superstar)
|
||||
|
||||
;; Drag-stuff with alt-jk
|
||||
(package! drag-stuff)
|
||||
|
||||
@@ -100,27 +103,43 @@
|
||||
(package! peg)
|
||||
(package! citeproc)
|
||||
|
||||
;; For lifeOS
|
||||
(package! json-rpc)
|
||||
|
||||
;; (package! emigo :recipe
|
||||
;; (:host github
|
||||
;; :repo "MatthewZMD/emigo" :files (:defaults "*.py" "*.el")
|
||||
;; )
|
||||
;; )
|
||||
;; (package! image-roll :recipe
|
||||
;; (:host github
|
||||
;; :repo "dalanicolai/image-roll.el"))
|
||||
;;
|
||||
(package! image-roll :recipe
|
||||
(:host github
|
||||
:repo "dalanicolai/image-roll.el"
|
||||
:protocol ssh))
|
||||
|
||||
;; (package! org-edna)
|
||||
(package! org-edna)
|
||||
|
||||
;; elgant dependencies bellow:
|
||||
(package! org-ql)
|
||||
(package! ts)
|
||||
(package! s)
|
||||
(package! dash)
|
||||
(package! elgantt
|
||||
:recipe (:host github :repo "legalnonsense/elgantt"))
|
||||
|
||||
(package! age)
|
||||
|
||||
(package! ultra-scroll
|
||||
:recipe (:host github :repo "jdtsmith/ultra-scroll" :protocol ssh))
|
||||
|
||||
(package! passage
|
||||
:recipe (:host github :repo "anticomputer/passage.el" :protocol ssh))
|
||||
|
||||
(package! krl-mode
|
||||
:recipe (:host nil
|
||||
:repo "ssh://code.lazyworkhorse.net:2222/gortium/krl-mode.git"
|
||||
:files ("*.el")))
|
||||
;; Server is down, deactivated for now
|
||||
;; (package! krl-mode
|
||||
;; :recipe (:host nil
|
||||
;; :repo "ssh://code.lazyworkhorse.net:2222/gortium/krl-mode.git"
|
||||
;; :files ("*.el")))
|
||||
|
||||
(package! auto-highlight-symbol)
|
||||
|
||||
@@ -128,6 +147,8 @@
|
||||
|
||||
(package! all-the-icons)
|
||||
|
||||
(package! magit-gptcommit)
|
||||
|
||||
;; To install a package directly from a remote git repo, you must specify a
|
||||
;; ``:recipe' accepts here:
|
||||
;; https://github.com/radian-software/straight.el#the-recipe-format
|
||||
|
||||
Reference in New Issue
Block a user