Skip to content

Commit

Permalink
update some
Browse files Browse the repository at this point in the history
  • Loading branch information
cdadar committed Dec 20, 2023
1 parent 461fb7c commit dcc3867
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions lisp/init-editing-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,9 @@ ORIG is the advised function, which is called with its ARGS."
(org-mode . (lambda () (set (make-local-variable 'pangu-spacing-real-insert-separtor) t))))


(use-package wakatime-mode
:init
(global-wakatime-mode))
;; (use-package wakatime-mode
;; :init
;; (global-wakatime-mode))

(use-package opencc)

Expand Down
2 changes: 1 addition & 1 deletion lisp/init-themes.el
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:config
(progn
;; Load the theme of your choice:
(load-theme 'modus-vivendi))
(load-theme 'modus-operandi))
:bind
(("<f5>" . modus-themes-toggle)))

Expand Down
3 changes: 2 additions & 1 deletion snippets/org-mode/export_beamer
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@
#+LaTeX_HEADER: \usepackage{enumitem}
#+LATEX_HEADER: \setenumerate[1]{itemsep=0pt,partopsep=0pt,parsep=\parskip,topsep=5pt}
#+LATEX_HEADER: \setitemize[1]{itemsep=0pt,partopsep=0pt,parsep=\parskip,topsep=5pt}
#+LATEX_HEADER: \setdescription{itemsep=0pt,partopsep=0pt,parsep=\parskip,topsep=5pt}
#+LATEX_HEADER: \setdescription{itemsep=0pt,partopsep=0pt,parsep=\parskip,topsep=5pt}
#+LATEX_HEADER: \institute{}

0 comments on commit dcc3867

Please sign in to comment.