Emacs : to 28 successfully

This commit is contained in:
2023-01-17 17:20:30 +09:00
parent da7670ff2b
commit dc264e1e9d

View File

@ -278,8 +278,8 @@ emacs built-in package config
(use-package dired-rsync (use-package dired-rsync
:straight (:build t) :straight (:build t)
:defer t :defer t
:config :bind (:map dired-mode-map
(bind-key "C-c C-r" 'dired-rsync dired-mode-map)) ("C-c C-r" . dired-rsync)))
(use-package all-the-icons-dired (use-package all-the-icons-dired
:straight (:build t) :straight (:build t)
:defer t :defer t
@ -435,11 +435,12 @@ emacs built-in package config
(setq dashboard-page-separator "\n\n") (setq dashboard-page-separator "\n\n")
;;(setq dashboard-page-separator "\n\f\n") ;;(setq dashboard-page-separator "\n\f\n")
(setq dashboard-agenda-time-string-format "%d/%m/%Y %A %H:%M") (setq dashboard-agenda-time-string-format "%d/%m/%Y %A %H:%M")
(setq dashboard-projects-backend 'project-el)
(setq dashboard-items '((recents . 10) (setq dashboard-items '((recents . 10)
(agenda . 5) (agenda . 5)
(bookmarks . 5) (bookmarks . 5)
;;(if (version< emacs-version "29") ;;(if (version< emacs-version "29")
;; (projects . 5)) (projects . 5)
(registers . 5))) (registers . 5)))
(setq dashboard-set-navigator t) (setq dashboard-set-navigator t)
@ -765,7 +766,6 @@ Quick Action in minibuffer
;;; Corfu ;;; Corfu
(use-package corfu (use-package corfu
:straight (:build t) :straight (:build t)
:defer t
:custom :custom
(corfu-cycle t) ;; Enable cycling for `corfu-next/previous' (corfu-cycle t) ;; Enable cycling for `corfu-next/previous'
(corfu-auto t) ;; Enable auto completion (corfu-auto t) ;; Enable auto completion
@ -797,7 +797,6 @@ Quick Action in minibuffer
;; Setup Cape for better completion-at-point support and more ;; Setup Cape for better completion-at-point support and more
(use-package cape (use-package cape
:straight (:build t) :straight (:build t)
:defer t
:config :config
;; Add useful defaults completion sources from cape ;; Add useful defaults completion sources from cape
(add-to-list 'completion-at-point-functions #'cape-file) (add-to-list 'completion-at-point-functions #'cape-file)
@ -952,7 +951,6 @@ download image link
(use-package org-download (use-package org-download
:straight (:build t)) :straight (:build t))
#+end_src #+end_src
#+DOWNLOADED: https://avatars.githubusercontent.com/u/74564409?s=120&v=4 @ 2023-01-17 14:15:54
***** ob-latex-as-png ***** ob-latex-as-png
#+begin_src emacs-lisp :mkdirp yes :tangle ~/.config/emacs/modules/custom-org.el #+begin_src emacs-lisp :mkdirp yes :tangle ~/.config/emacs/modules/custom-org.el