mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 15:38:29 +00:00
Updated package list
Added: - focus - helm-swoop - pdf-tools Removed: - centered-window-mode - elscreen - powerline
This commit is contained in:
parent
0175f3fe82
commit
6cae2dd5e8
8
init.org
8
init.org
@ -158,19 +158,19 @@
|
|||||||
(let* ((packages
|
(let* ((packages
|
||||||
'(ace-jump-mode ; quick cursor location minor mode
|
'(ace-jump-mode ; quick cursor location minor mode
|
||||||
auto-compile ; automatically compile Emacs Lisp libraries
|
auto-compile ; automatically compile Emacs Lisp libraries
|
||||||
centered-window-mode ; Center the text when there's only one window
|
|
||||||
cider ; Clojure Interactive Development Environment
|
cider ; Clojure Interactive Development Environment
|
||||||
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
|
||||||
elscreen ; window session manager
|
|
||||||
expand-region ; Increase selected region by semantic units
|
expand-region ; Increase selected region by semantic units
|
||||||
|
focus ; Dim color of text in surrounding sections
|
||||||
idle-require ; load elisp libraries while Emacs is idle
|
idle-require ; load elisp libraries while Emacs is idle
|
||||||
geiser ; GNU Emacs and Scheme talk to each other
|
geiser ; GNU Emacs and Scheme talk to each other
|
||||||
haskell-mode ; A Haskell editing mode
|
haskell-mode ; A Haskell editing mode
|
||||||
helm ; Incremental and narrowing framework
|
helm ; Incremental and narrowing framework
|
||||||
helm-projectile ; Helm integration for Projectile
|
|
||||||
helm-company ; Helm interface for company-mode
|
helm-company ; Helm interface for company-mode
|
||||||
|
helm-projectile ; Helm integration for Projectile
|
||||||
|
helm-swoop ; Efficiently hopping squeezed lines
|
||||||
jedi ; Python auto-completion for Emacs
|
jedi ; Python auto-completion for Emacs
|
||||||
js2-mode ; Improved JavaScript editing mode
|
js2-mode ; Improved JavaScript editing mode
|
||||||
magit ; control Git from Emacs
|
magit ; control Git from Emacs
|
||||||
@ -182,7 +182,7 @@
|
|||||||
olivetti ; Minor mode for a nice writing environment
|
olivetti ; Minor mode for a nice writing environment
|
||||||
org ; Outline-based notes management and organizer
|
org ; Outline-based notes management and organizer
|
||||||
paredit ; minor mode for editing parentheses
|
paredit ; minor mode for editing parentheses
|
||||||
powerline ; Rewrite of Powerline
|
pdf-tools ; Emacs support library for PDF files.
|
||||||
pretty-lambdada ; the word `lambda' as the Greek letter.
|
pretty-lambdada ; the word `lambda' as the Greek letter.
|
||||||
projectile ; Manage and navigate projects in Emacs easily
|
projectile ; Manage and navigate projects in Emacs easily
|
||||||
slime ; Superior Lisp Interaction Mode for Emacs
|
slime ; Superior Lisp Interaction Mode for Emacs
|
||||||
|
Loading…
Reference in New Issue
Block a user