add docker and dired human-readable filesize
This commit is contained in:
parent
69559095f1
commit
bf9669b370
|
@ -38,6 +38,7 @@ values."
|
||||||
;; ----------------------------------------------------------------
|
;; ----------------------------------------------------------------
|
||||||
auto-completion
|
auto-completion
|
||||||
better-defaults
|
better-defaults
|
||||||
|
docker
|
||||||
emacs-lisp
|
emacs-lisp
|
||||||
git
|
git
|
||||||
go
|
go
|
||||||
|
@ -45,13 +46,13 @@ values."
|
||||||
html
|
html
|
||||||
markdown
|
markdown
|
||||||
org
|
org
|
||||||
|
syntax-checking
|
||||||
|
version-control
|
||||||
yaml
|
yaml
|
||||||
;; (shell :variables
|
;; (shell :variables
|
||||||
;; shell-default-height 30
|
;; shell-default-height 30
|
||||||
;; shell-default-position 'bottom)
|
;; shell-default-position 'bottom)
|
||||||
;; spell-checking
|
;; spell-checking
|
||||||
;; syntax-checking
|
|
||||||
version-control
|
|
||||||
)
|
)
|
||||||
;; List of additional packages that will be installed without being
|
;; List of additional packages that will be installed without being
|
||||||
;; wrapped in a layer. If you need some configuration for these
|
;; wrapped in a layer. If you need some configuration for these
|
||||||
|
@ -313,6 +314,7 @@ layers configuration.
|
||||||
This is the place where most of your configurations should be done. Unless it is
|
This is the place where most of your configurations should be done. Unless it is
|
||||||
explicitly specified that a variable should be set before a package is loaded,
|
explicitly specified that a variable should be set before a package is loaded,
|
||||||
you should place your code here."
|
you should place your code here."
|
||||||
|
(setq dired-listing-switches "-alh")
|
||||||
)
|
)
|
||||||
|
|
||||||
;; Do not write anything past this comment. This is where Emacs will
|
;; Do not write anything past this comment. This is where Emacs will
|
||||||
|
|
Loading…
Reference in New Issue