add armin branch
This commit is contained in:
parent
5566489848
commit
60b233c98c
@ -10,7 +10,7 @@ font:
|
|||||||
italic:
|
italic:
|
||||||
family: "CozetteVector"
|
family: "CozetteVector"
|
||||||
|
|
||||||
size: 13.0
|
size: 15.0
|
||||||
|
|
||||||
offset:
|
offset:
|
||||||
x: 0
|
x: 0
|
||||||
|
@ -2,6 +2,11 @@
|
|||||||
#+AUTHOR: Simponic
|
#+AUTHOR: Simponic
|
||||||
#+STARTUP: fold
|
#+STARTUP: fold
|
||||||
|
|
||||||
|
* image-types hack (thanks macos)
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(setq image-types '(svg png gif tiff jpeg xpm xbm pbg))
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Packages
|
* Packages
|
||||||
** Melpa
|
** Melpa
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
@ -87,7 +92,7 @@
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Font
|
** Font
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(let ((font "CozetteVector-13:antialias=none"))
|
(let ((font "CozetteVector-15:antialias=none"))
|
||||||
(set-face-attribute 'default nil :font font)
|
(set-face-attribute 'default nil :font font)
|
||||||
(set-frame-font font nil t))
|
(set-frame-font font nil t))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
@ -245,8 +250,8 @@
|
|||||||
:hook ((python-mode . lsp) ;; pip install python-lsp-server pyls-black pyls-isort pyls-mypy
|
:hook ((python-mode . lsp) ;; pip install python-lsp-server pyls-black pyls-isort pyls-mypy
|
||||||
(elixir-mode . lsp)
|
(elixir-mode . lsp)
|
||||||
(rust-mode . lsp)
|
(rust-mode . lsp)
|
||||||
(java-mode . lsp)
|
|
||||||
(php-mode . lsp)
|
(php-mode . lsp)
|
||||||
|
(java-mode . lsp)
|
||||||
(typescript-mode . lsp) ;; npm install -g typescript typescript-language-server
|
(typescript-mode . lsp) ;; npm install -g typescript typescript-language-server
|
||||||
(lsp-mode . lsp-enable-which-key-integration))
|
(lsp-mode . lsp-enable-which-key-integration))
|
||||||
:config (lsp-register-custom-settings
|
:config (lsp-register-custom-settings
|
||||||
|
Loading…
Reference in New Issue
Block a user