Move all the way up to company-yasnippet
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run
Some checks are pending
/ Test config on ${{matrix.node}} (20) (push) Waiting to run
This commit is contained in:
parent
611b43098b
commit
1f1d488cda
13 changed files with 16 additions and 19 deletions
|
|
@ -9,7 +9,7 @@
|
|||
;;; Code:
|
||||
|
||||
(require '+custom-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
|
||||
(require '+custom-pkg-company-yasnippet "$HOME/.emacs.d/pkg/company-yasnippet.el")
|
||||
(require 'icejam-company-yasnippet)
|
||||
|
||||
(use-package slime :straight t)
|
||||
(use-package slime-company :straight t
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
;;; Code:
|
||||
|
||||
(require '+custom-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
|
||||
(require '+custom-pkg-flycheck "$HOME/.emacs.d/pkg/flycheck.el")
|
||||
(require 'icejam-flycheck)
|
||||
(require '+custom-pkg-transient "$HOME/.emacs.d/pkg/transient.el")
|
||||
|
||||
(use-package elixir-mode :defer t :straight t)
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
;;; Code:
|
||||
|
||||
(require '+custom-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
|
||||
(require '+custom-pkg-flycheck "$HOME/.emacs.d/pkg/flycheck.el")
|
||||
(require 'icejam-lsp)
|
||||
|
||||
(use-package fsharp-mode
|
||||
:requires (lsp-mode lsp-ui)
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
;;; Code:
|
||||
|
||||
(require '+custom-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
|
||||
(require '+custom-pkg-flycheck "$HOME/.emacs.d/pkg/flycheck.el")
|
||||
(require '+custom-pkg-transient "$HOME/.emacs.d/pkg/transient.el")
|
||||
|
||||
(use-package gleam-mode
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
;;; Code:
|
||||
|
||||
(require '+custom-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
|
||||
(require '+custom-pkg-flycheck "$HOME/.emacs.d/pkg/flycheck.el")
|
||||
(require '+custom-pkg-transient "$HOME/.emacs.d/pkg/transient.el")
|
||||
|
||||
(use-package haskell-mode
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
;;; Code:
|
||||
|
||||
(require '+custom-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
|
||||
(require '+custom-pkg-flycheck "$HOME/.emacs.d/pkg/flycheck.el")
|
||||
(require 'icejam-flycheck)
|
||||
(require 'icejam-lsp)
|
||||
|
||||
(use-package js2-mode
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
;;; Code:
|
||||
|
||||
(require '+custom-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
|
||||
(require '+custom-pkg-flycheck "$HOME/.emacs.d/pkg/flycheck.el")
|
||||
|
||||
(use-package lean4-mode
|
||||
:straight (lean4-mode
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
;;; Code:
|
||||
|
||||
(require '+custom-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
|
||||
(require '+custom-pkg-flycheck "$HOME/.emacs.d/pkg/flycheck.el")
|
||||
(require 'icejam-flycheck)
|
||||
(require '+custom-pkg-transient "$HOME/.emacs.d/pkg/transient.el")
|
||||
|
||||
(use-package php-mode
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
;;; Code:
|
||||
|
||||
(require '+custom-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
|
||||
(require '+custom-pkg-flycheck "$HOME/.emacs.d/pkg/flycheck.el")
|
||||
|
||||
(use-package rust-mode
|
||||
:straight t
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
;;; Code:
|
||||
|
||||
(require 'icejam-lsp)
|
||||
(require '+custom-pkg-flycheck "$HOME/.emacs.d/pkg/flycheck.el")
|
||||
(require 'icejam-flycheck)
|
||||
|
||||
(use-package web-mode
|
||||
:requires (lsp-mode flycheck)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; pkg/company-yasnippet -- summary -*- lexical-binding: t; -*-
|
||||
;;; icejam-company-yasnippet.el -- summary -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Company completion framework configuration
|
||||
;;; Code:
|
||||
|
|
@ -110,5 +110,5 @@
|
|||
gptel-model "claude-3-5-sonnet-20240620"
|
||||
gptel-backend (gptel-make-anthropic "Claude" :stream t :key (lambda () anthropic-api-key)))
|
||||
|
||||
(provide '+custom-pkg-company-yasnippet)
|
||||
;;; company-yasnippet.el ends here
|
||||
(provide 'icejam-company-yasnippet)
|
||||
;;; icejam-company-yasnippet.el ends here
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
;;; pkg/flycheck -- summary -*- lexical-binding: t; -*-
|
||||
;;; icejam-flycheck -- summary -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
|
|
@ -8,6 +8,7 @@
|
|||
:straight t
|
||||
:defer t
|
||||
:config (global-flycheck-mode t)
|
||||
(setq flycheck-emacs-lisp-load-path 'inherit)
|
||||
(unbind-key "C-c ! C-c" flycheck-mode-map)
|
||||
(unbind-key "C-c ! C-w" flycheck-mode-map)
|
||||
(unbind-key "C-c ! ?" flycheck-mode-map)
|
||||
|
|
@ -25,5 +26,5 @@
|
|||
(unbind-key "C-c ! v" flycheck-mode-map)
|
||||
(unbind-key "C-c ! x" flycheck-mode-map))
|
||||
|
||||
(provide '+custom-pkg-flycheck)
|
||||
;;; flycheck.el ends here
|
||||
(provide 'icejam-flycheck)
|
||||
;;; icejam-flycheck.el ends here
|
||||
|
|
@ -37,18 +37,18 @@
|
|||
(require '+custom-pkg-base "$HOME/.emacs.d/pkg/base.el")
|
||||
(require '+custom-pkg-sys-specific "$HOME/.emacs.d/pkg/sys-specific.el")
|
||||
(require '+custom-pkg-ivy "$HOME/.emacs.d/pkg/ivy.el")
|
||||
(require 'icejam-avy)
|
||||
(require '+custom-pkg-transient "$HOME/.emacs.d/pkg/transient.el")
|
||||
(require '+custom-pkg-magit "$HOME/.emacs.d/pkg/magit.el")
|
||||
(require '+custom-pkg-prog-mode "$HOME/.emacs.d/pkg/prog-mode.el")
|
||||
(require '+custom-pkg-company-yasnippet "$HOME/.emacs.d/pkg/company-yasnippet.el")
|
||||
(require '+custom-pkg-flycheck "$HOME/.emacs.d/pkg/flycheck.el")
|
||||
(require 'icejam-company-yasnippet)
|
||||
(require 'icejam-flycheck)
|
||||
(require 'icejam-projectile)
|
||||
(require 'icejam-ispell)
|
||||
(require 'icejam-deft)
|
||||
(require 'icejam-lsp)
|
||||
(require 'icejam-dashboard)
|
||||
(require 'icejam-vundo)
|
||||
(require 'icejam-avy)
|
||||
(require 'icejam-speed-type)
|
||||
|
||||
;; Themes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue