Update
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
;; -*- lexical-binding: t -*-
|
;; -*- lexical-binding: t -*-
|
||||||
|
|
||||||
(use-package smartparens
|
(use-package smartparens
|
||||||
|
:demand t
|
||||||
|
:hook (prog-mode text-mode markdown-mode)
|
||||||
:config
|
:config
|
||||||
(require 'smartparens-config)
|
(require 'smartparens-config))
|
||||||
(smartparens-global-mode))
|
|
||||||
|
|
||||||
(use-package winum
|
(use-package winum
|
||||||
:init
|
:init
|
||||||
|
|||||||
@@ -62,7 +62,6 @@
|
|||||||
("XXX" font-lock-constant-face bold))))
|
("XXX" font-lock-constant-face bold))))
|
||||||
|
|
||||||
(use-package org-latex-preview
|
(use-package org-latex-preview
|
||||||
:defer
|
|
||||||
:ensure nil
|
:ensure nil
|
||||||
:config
|
:config
|
||||||
;; Increase preview width
|
;; Increase preview width
|
||||||
@@ -83,7 +82,7 @@
|
|||||||
;; scroll-up-command scroll-down-command))
|
;; scroll-up-command scroll-down-command))
|
||||||
|
|
||||||
;; ;; Enable consistent equation numbering
|
;; ;; Enable consistent equation numbering
|
||||||
;; (setq org-latex-preview-numbered t)
|
(setq org-latex-preview-numbered t)
|
||||||
|
|
||||||
;; Bonus: Turn on live previews. This shows you a live preview of a LaTeX
|
;; Bonus: Turn on live previews. This shows you a live preview of a LaTeX
|
||||||
;; fragment and updates the preview in real-time as you edit it.
|
;; fragment and updates the preview in real-time as you edit it.
|
||||||
|
|||||||
7
recentf
7
recentf
@@ -1,7 +1,12 @@
|
|||||||
;;; Automatically generated by ‘recentf’ on Sun Dec 14 09:19:01 2025.
|
;;; Automatically generated by ‘recentf’ on Sun Dec 14 11:00:21 2025.
|
||||||
|
|
||||||
(setq recentf-list
|
(setq recentf-list
|
||||||
'(
|
'(
|
||||||
|
"~/.emacs.d/lisp/init-org.el"
|
||||||
|
"~/.emacs.d/lisp/init-edit.el"
|
||||||
|
"~/.emacs.d/early-init.el"
|
||||||
|
"~/org/roam/20251212003211-presentation_of_group.org"
|
||||||
|
"~/org/roam/20251117171745-emacs.org"
|
||||||
"~/.emacs.d/lisp/init-coding.el"
|
"~/.emacs.d/lisp/init-coding.el"
|
||||||
"~/.emacs.d/lisp/init-ui.el"
|
"~/.emacs.d/lisp/init-ui.el"
|
||||||
))
|
))
|
||||||
|
|||||||
Reference in New Issue
Block a user