summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitignore3
-rw-r--r--custom.el2
-rw-r--r--init.el5
3 files changed, 8 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index cc55a03..20ca76e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,4 +16,5 @@ rust-playground/
.cache
.extension
emojis
-.lsp-session* \ No newline at end of file
+.lsp-session*
+.dap-breakpoints \ No newline at end of file
diff --git a/custom.el b/custom.el
index 1419dc2..21c3e4c 100644
--- a/custom.el
+++ b/custom.el
@@ -11,7 +11,7 @@
'("8aebf25556399b58091e533e455dd50a6a9cba958cc4ebb0aab175863c25b9a4" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" default))
'(flycheck-display-errors-function #'flycheck-pos-tip-error-messages)
'(package-selected-packages
- '(which-key company-emoji lsp-dart dart-server dart-mode flutter emojify auctex flycheck-aspell elixir-mode add-node-modules-path prettier-js prettier hasklig-mode jq-mode uuidgen restclient erlang rust-mode flymake-go go-mode gradle-mode treemacs-projectile treemacs protobuf-mode yaml-mode web-mode visual-regexp-steroids systemd solarized-theme smart-mode-line slime purescript-mode projectile-ripgrep play-routes-mode paredit org-bullets multiple-cursors modern-cpp-font-lock magit lsp-ui ido-vertical-mode highlight-escape-sequences flycheck-pos-tip flycheck-haskell flycheck-clojure flycheck-clangcheck flx-ido ensime ember-mode elm-mode dockerfile-mode cquery company-lsp company-glsl company-c-headers cmake-mode clojure-snippets clojure-mode-extra-font-locking ace-window))
+ '(swift-playground-mode swift-mode ccls which-key company-emoji lsp-dart dart-server dart-mode flutter emojify auctex flycheck-aspell elixir-mode add-node-modules-path prettier-js prettier hasklig-mode jq-mode uuidgen restclient erlang rust-mode flymake-go go-mode gradle-mode treemacs-projectile treemacs protobuf-mode yaml-mode web-mode visual-regexp-steroids systemd solarized-theme smart-mode-line slime purescript-mode projectile-ripgrep play-routes-mode paredit org-bullets multiple-cursors modern-cpp-font-lock magit lsp-ui ido-vertical-mode highlight-escape-sequences flycheck-pos-tip flycheck-haskell flycheck-clojure flycheck-clangcheck flx-ido ensime ember-mode elm-mode dockerfile-mode cquery company-lsp company-glsl company-c-headers cmake-mode clojure-snippets clojure-mode-extra-font-locking ace-window))
'(safe-local-variable-values '((projectile-project-run-cmd . "./build/jmessageGtk"))))
(custom-set-faces
;; custom-set-faces was added by Custom.
diff --git a/init.el b/init.el
index 7e74dc3..d6439ae 100644
--- a/init.el
+++ b/init.el
@@ -156,11 +156,13 @@ CURRENT-NAME, if it does not already have them:
cquery
dash
dap-mode
+ dart-mode
dockerfile-mode
elm-mode
emojify
erlang
exec-path-from-shell
+ flutter
flx-ido
flycheck
flycheck-clangcheck
@@ -173,6 +175,7 @@ CURRENT-NAME, if it does not already have them:
highlight-escape-sequences
ido-vertical-mode
json
+ lsp-dart
lsp-mode
lsp-ui
magit
@@ -193,6 +196,8 @@ CURRENT-NAME, if it does not already have them:
slime
smart-mode-line
solarized-theme
+ swift-mode
+ swift-playground-mode
systemd
terraform-mode
treemacs