mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Remove unused packages
This commit is contained in:
parent
c57321c52f
commit
5943d8a3dc
18
init.org
18
init.org
@ -210,7 +210,6 @@
|
|||||||
(let* ((package--builtins nil)
|
(let* ((package--builtins nil)
|
||||||
(packages
|
(packages
|
||||||
'(auctex ; Integrated environment for *TeX*
|
'(auctex ; Integrated environment for *TeX*
|
||||||
auto-compile ; automatically compile Emacs Lisp libraries
|
|
||||||
chatgpt-shell ; Interaction mode for ChatGPT
|
chatgpt-shell ; Interaction mode for ChatGPT
|
||||||
cider ; Clojure Interactive Development Environment
|
cider ; Clojure Interactive Development Environment
|
||||||
clj-refactor ; Commands for refactoring Clojure code
|
clj-refactor ; Commands for refactoring Clojure code
|
||||||
@ -222,18 +221,13 @@
|
|||||||
define-word ; display the definition of word at point
|
define-word ; display the definition of word at point
|
||||||
diff-hl ; Highlight uncommitted changes using VC
|
diff-hl ; Highlight uncommitted changes using VC
|
||||||
direnv ; direnv integration
|
direnv ; direnv integration
|
||||||
doom-themes ; An opinionated pack of modern color-themes
|
|
||||||
editorconfig ; EditorConfig Emacs Plugin
|
editorconfig ; EditorConfig Emacs Plugin
|
||||||
erlang ; Erlang major mode
|
erlang ; Erlang major mode
|
||||||
expand-region ; Increase selected region by semantic units
|
expand-region ; Increase selected region by semantic units
|
||||||
focus ; Dim color of text in surrounding sections
|
focus ; Dim color of text in surrounding sections
|
||||||
go-mode ; Major mode for the Go programming language
|
go-mode ; Major mode for the Go programming language
|
||||||
golden-ratio ; Automatic resizing windows to golden ratio
|
|
||||||
gnu-apl-mode ; Integrate GNU APL with Emacs
|
|
||||||
haskell-mode ; A Haskell editing mode
|
haskell-mode ; A Haskell editing mode
|
||||||
ivy-posframe ; Using posframe to show Ivy
|
ivy-posframe ; Using posframe to show Ivy
|
||||||
jedi ; Python auto-completion for Emacs
|
|
||||||
js2-mode ; Improved JavaScript editing mode
|
|
||||||
lua-mode ; a major-mode for editing Lua scripts
|
lua-mode ; a major-mode for editing Lua scripts
|
||||||
magit ; control Git from Emacs
|
magit ; control Git from Emacs
|
||||||
markdown-mode ; Emacs Major mode for Markdown-formatted files
|
markdown-mode ; Emacs Major mode for Markdown-formatted files
|
||||||
@ -1470,18 +1464,6 @@
|
|||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** APL
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
|
|
||||||
(with-eval-after-load 'gnu-apl-mode
|
|
||||||
(setq gnu-apl-key-prefix ?`)
|
|
||||||
(gnu-apl--initialize-key-prefix 'gnu-apl-key-prefix ?`)
|
|
||||||
(add-hook 'gnu-apl-mode-hook (lambda () (activate-input-method "APL-Z")))
|
|
||||||
(add-hook 'gnu-apl-interactive-mode-hook (lambda () (activate-input-method "APL-Z"))))
|
|
||||||
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
** Rust
|
** Rust
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user