mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Remove some packages
This commit is contained in:
parent
fdd1d410f8
commit
9c90ebd24f
6
init.org
6
init.org
@ -183,16 +183,14 @@
|
|||||||
(packages
|
(packages
|
||||||
'(auto-compile ; automatically compile Emacs Lisp libraries
|
'(auto-compile ; automatically compile Emacs Lisp libraries
|
||||||
cider ; Clojure Interactive Development Environment
|
cider ; Clojure Interactive Development Environment
|
||||||
clj-refactor ; A collection of clojure refactoring functions
|
clj-refactor ; Commands for refactoring Clojure code
|
||||||
company ; Modular text completion framework
|
company ; Modular text completion framework
|
||||||
define-word ; display the definition of word at point
|
define-word ; display the definition of word at point
|
||||||
diminish ; Diminished modes from modeline
|
diminish ; Diminished modes from modeline
|
||||||
drag-stuff ; Drag stuff around in Emacs
|
|
||||||
doom-themes ; An opinionated pack of modern color-themes
|
doom-themes ; An opinionated pack of modern color-themes
|
||||||
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
|
||||||
geiser ; GNU Emacs and Scheme talk to each other
|
|
||||||
git-gutter-fringe ; Fringe version of git-gutter.el
|
git-gutter-fringe ; Fringe version of git-gutter.el
|
||||||
golden-ratio ; Automatic resizing windows to golden ratio
|
golden-ratio ; Automatic resizing windows to golden ratio
|
||||||
haskell-mode ; A Haskell editing mode
|
haskell-mode ; A Haskell editing mode
|
||||||
@ -206,7 +204,6 @@
|
|||||||
js2-mode ; Improved JavaScript editing mode
|
js2-mode ; Improved JavaScript editing mode
|
||||||
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
|
||||||
matlab-mode ; MATLAB integration with Emacs
|
|
||||||
maude-mode ; Emacs mode for the programming language Maude
|
maude-mode ; Emacs mode for the programming language Maude
|
||||||
multiple-cursors ; Multiple cursors for Emacs
|
multiple-cursors ; Multiple cursors for Emacs
|
||||||
olivetti ; Minor mode for a nice writing environment
|
olivetti ; Minor mode for a nice writing environment
|
||||||
@ -366,7 +363,6 @@
|
|||||||
column-number-mode ; Show column number in mode line
|
column-number-mode ; Show column number in mode line
|
||||||
delete-selection-mode ; Replace selected text
|
delete-selection-mode ; Replace selected text
|
||||||
dirtrack-mode ; directory tracking in *shell*
|
dirtrack-mode ; directory tracking in *shell*
|
||||||
drag-stuff-global-mode ; Drag stuff around
|
|
||||||
global-company-mode ; Auto-completion everywhere
|
global-company-mode ; Auto-completion everywhere
|
||||||
global-git-gutter-mode ; Show changes latest commit
|
global-git-gutter-mode ; Show changes latest commit
|
||||||
global-prettify-symbols-mode ; Greek letters should look greek
|
global-prettify-symbols-mode ; Greek letters should look greek
|
||||||
|
Loading…
Reference in New Issue
Block a user