diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | custom.el | 2 | ||||
| -rw-r--r-- | init.el | 5 |
3 files changed, 8 insertions, 2 deletions
@@ -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 @@ -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. @@ -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 |
