all new with lsp in it =3

This commit is contained in:
Tanguy Maze
2019-11-01 17:45:29 +01:00
parent 2e9686bf89
commit 77a7f0e385
2 changed files with 50 additions and 5 deletions

18
init.el
View File

@@ -6,7 +6,7 @@
; by: thor <thor@42.fr> +#+ +:+ +#+ ;
; +#+#+#+#+#+ +#+ ;
; Created: 2013/06/18 14:01:14 by thor #+# #+# ;
; Updated: 2018/07/16 15:57:40 by tmaze ### ########.fr ;
; Updated: 2019/10/28 09:01:53 by tmaze ### ########.fr ;
; ;
;*******************************************************************************;
@@ -16,7 +16,6 @@
;; installed packages. Don't delete this line. If you don't want it,
;; just comment it out by adding a semicolon to the start of the line.
;; You may delete these explanatory comments.
(package-initialize)
(setq config_files "/usr/share/emacs/site-lisp/")
(setq load-path (append (list nil config_files) load-path))
@@ -48,3 +47,18 @@
;*******************************************************************************;
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(gud-gdb-command-name "gdb --annotate=1")
'(large-file-warning-threshold nil)
'(package-selected-packages
'(dockerfile-mode ccls yasnippet ox-reveal web-mode json-mode docker-compose-mode column-enforce-mode treemacs-magit ox-twbs evil dakrone-theme)))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)