Skip to content

Commit

Permalink
Updated functions, changed tags, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebox committed Sep 6, 2021
1 parent 2b95423 commit e6d367c
Show file tree
Hide file tree
Showing 8 changed files with 737 additions and 395 deletions.
Binary file modified jake-emacs/custom.el
Binary file not shown.
9 changes: 3 additions & 6 deletions jake-emacs/early-init.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@
;; This early-init.el file was auto-tangled from an orgmode file. (C) Jake B ;;
;; -------------------------------------------------------------------------------- ;;

;; setq gc-cons-threshold most-positive-fixnum)

;; Garbage Collections
(setq gc-cons-percentage 0.6)

;; Gccemacs
;; (setq comp-async-report-warnings-errors nil)

;; Compile warnings
;; (setq byte-compile-warnings t)
;; (setq warning-minimum-level :emergency) ;; temporary
;; (setq warning-minimum-level :emergency)
(setq comp-async-report-warnings-errors nil) ;; native-comp warning
(setq byte-compile-warnings '(not free-vars unresolved noruntime lexical make-local))

;; Window configuration
(setq frame-inhibit-implied-resize t) ;; Supposed to hasten startup
Expand Down
Loading

0 comments on commit e6d367c

Please sign in to comment.