[Emacs] Use new version of org-mode branch
This commit is contained in:
@@ -2247,26 +2247,26 @@ I don't use auto-complete at all, so I have set up a hook to automatically disab
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
* flycheck
|
* flycheck
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package flycheck
|
(use-package flycheck
|
||||||
:commands flycheck-mode
|
:commands flycheck-mode
|
||||||
:init (add-hook 'prog-mode-hook 'flycheck-mode)
|
:init (add-hook 'prog-mode-hook 'flycheck-mode)
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(use-package flycheck-package
|
(use-package flycheck-package
|
||||||
:disabled t
|
:disabled t
|
||||||
:config (flycheck-package-setup))
|
:config (flycheck-package-setup))
|
||||||
|
|
||||||
(use-package flycheck-cask
|
(use-package flycheck-cask
|
||||||
:after flycheck
|
:after flycheck
|
||||||
:config
|
:config
|
||||||
(add-hook 'flycheck-mode-hook #'flycheck-cask-setup))
|
(add-hook 'flycheck-mode-hook #'flycheck-cask-setup))
|
||||||
|
|
||||||
(add-to-list 'flycheck-emacs-lisp-checkdoc-variables
|
(add-to-list 'flycheck-emacs-lisp-checkdoc-variables
|
||||||
'sentence-end-double-space)
|
'sentence-end-double-space)
|
||||||
(setq-default flycheck-disabled-checkers '(rust-cargo rust rust-clippy))
|
(setq-default flycheck-disabled-checkers '(rust-cargo rust rust-clippy))
|
||||||
(setq flycheck-display-errors-delay 10000)
|
(setq flycheck-display-errors-delay 10000)
|
||||||
(global-flycheck-mode))
|
(global-flycheck-mode))
|
||||||
:diminish flycheck-mode)
|
:diminish flycheck-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* straight
|
* straight
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
(use-package org
|
(use-package org
|
||||||
:straight
|
:straight
|
||||||
(org :type git :host github :repo "colonelpanic8/org-mode" :local-repo "org"
|
(org :type git :host github :repo "colonelpanic8/org-mode" :local-repo "org"
|
||||||
:branch "my-main"
|
:branch "my-main-2025"
|
||||||
:depth full :pre-build (straight-recipes-org-elpa--build) :build
|
:depth full :pre-build (straight-recipes-org-elpa--build) :build
|
||||||
(:not autoloads) :files
|
(:not autoloads) :files
|
||||||
(:defaults "lisp/*.el" ("etc/styles/" "etc/styles/*")))
|
(:defaults "lisp/*.el" ("etc/styles/" "etc/styles/*")))
|
||||||
|
|||||||
Reference in New Issue
Block a user