Skip to content

Commit

Permalink
remove github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrprofessor committed Oct 15, 2024
1 parent 71845a8 commit a67b5d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/pages.yaml

This file was deleted.

5 changes: 2 additions & 3 deletions config.org
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,10 @@ Basic setup for Emacs appearance and behavior.
;; (add-to-list 'default-frame-alist
;; '(title . "Emacs"))

(setq frame-title-format "I see dead people.\n")
(add-to-list 'default-frame-alist '(ns-transparent-titlebar . t))
(add-to-list 'default-frame-alist '(ns-appearance . dark))
(setq ns-use-proxy-icon nil)
(setq frame-title-format nil)

#+end_src

Expand Down Expand Up @@ -389,9 +389,8 @@ like to get them all.
(doom-themes-treemacs-config)
;; Corrects (and improves) org-mode's native fontification.
(doom-themes-org-config))


(load-theme 'leuven t)
(load-theme 'leuven-dark t)
#+END_SRC

I love how Org files look with poet theme, so it's a must.
Expand Down

0 comments on commit a67b5d9

Please sign in to comment.