|
|
@ -57,12 +57,9 @@ |
|
|
|
;; Disable backup files etc. |
|
|
|
;; Disable backup files etc. |
|
|
|
(setq make-backup-files nil) |
|
|
|
(setq make-backup-files nil) |
|
|
|
|
|
|
|
|
|
|
|
<<<<<<< HEAD |
|
|
|
|
|
|
|
======= |
|
|
|
|
|
|
|
;; Melpa |
|
|
|
;; Melpa |
|
|
|
(require 'package) |
|
|
|
(require 'package) |
|
|
|
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) |
|
|
|
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) |
|
|
|
(package-initialize) |
|
|
|
|
|
|
|
(custom-set-variables |
|
|
|
(custom-set-variables |
|
|
|
;; custom-set-variables was added by Custom. |
|
|
|
;; custom-set-variables was added by Custom. |
|
|
|
;; If you edit it by hand, you could mess it up, so be careful. |
|
|
|
;; If you edit it by hand, you could mess it up, so be careful. |
|
|
@ -88,7 +85,6 @@ |
|
|
|
;; If there is more than one, they won't work right. |
|
|
|
;; If there is more than one, they won't work right. |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
>>>>>>> master |
|
|
|
|
|
|
|
;; LSP |
|
|
|
;; LSP |
|
|
|
(require 'use-package) |
|
|
|
(require 'use-package) |
|
|
|
(use-package lsp-mode |
|
|
|
(use-package lsp-mode |
|
|
|