[Emacs] Add Scala layer, revert relative lines settings
This commit is contained in:
parent
774f69589a
commit
3909031ae2
@ -163,8 +163,8 @@ Typically, the variable will be set like so:
|
|||||||
helm
|
helm
|
||||||
multiple-cursors
|
multiple-cursors
|
||||||
org
|
org
|
||||||
(shell :variables shell-default-height
|
(shell :variables shell-default-height 30
|
||||||
30 shell-default-position 'bottom)
|
shell-default-position 'bottom)
|
||||||
treemacs))
|
treemacs))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
@ -497,10 +497,10 @@ programming language, so here it is.
|
|||||||
lua-lsp-emmy-enable-file-watchers t)
|
lua-lsp-emmy-enable-file-watchers t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Unfortunately, I have to write Java code for one of my university courses, so
|
Unfortunately, I have to write Java and Scala code for one of my university
|
||||||
here is the layer:
|
courses, so here are the layers:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
java
|
java scala
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Readers
|
*** Readers
|
||||||
@ -1054,7 +1054,10 @@ control:
|
|||||||
When used in a plist, ~visual~ takes precendence over ~relative~.
|
When used in a plist, ~visual~ takes precendence over ~relative~.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq-default dotspacemacs-line-numbers '(:relative nil
|
(setq-default dotspacemacs-line-numbers '(:relative nil
|
||||||
:enabled-for-modes prog-mode))
|
:visual nil
|
||||||
|
:disabled-for-modes org-mode pdf-view-mode
|
||||||
|
dired-mode doc-view-mode
|
||||||
|
text-mode))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Select a scope to highlight delimiter. Possible values are:
|
Select a scope to highlight delimiter. Possible values are:
|
||||||
|
Loading…
Reference in New Issue
Block a user