mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Direnv is too brittle
This commit is contained in:
parent
c6991cb0e8
commit
00cc304845
2
init.org
2
init.org
@ -190,7 +190,6 @@
|
|||||||
counsel-projectile ; Ivy integration for Projectile
|
counsel-projectile ; Ivy integration for Projectile
|
||||||
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 (nix)
|
|
||||||
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
|
||||||
@ -374,7 +373,6 @@
|
|||||||
'(abbrev-mode ; E.g. sopl -> System.out.println
|
'(abbrev-mode ; E.g. sopl -> System.out.println
|
||||||
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
|
||||||
direnv-mode ; Use local nix environments
|
|
||||||
dirtrack-mode ; directory tracking in *shell*
|
dirtrack-mode ; directory tracking in *shell*
|
||||||
global-company-mode ; Auto-completion everywhere
|
global-company-mode ; Auto-completion everywhere
|
||||||
global-diff-hl-mode ; Highlight uncommitted changes
|
global-diff-hl-mode ; Highlight uncommitted changes
|
||||||
|
Loading…
Reference in New Issue
Block a user