This commit is contained in:
Zelong Kuang
2025-12-14 11:01:33 +11:00
parent e15c798d92
commit 9caa38be6b
3 changed files with 10 additions and 5 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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"
)) ))