Browse Source

ignore package cl deprecated warnings

master
Brett Langdon 5 years ago
parent
commit
4e0890d1fa
Signed by: brettlangdon GPG Key ID: A70042D88B95AA2B
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      emacs.d/init.el

+ 3
- 0
emacs.d/init.el View File

@ -1,3 +1,6 @@
;; https://github.com/kiwanami/emacs-epc/issues/35#issuecomment-756701267
(setq byte-compile-warnings '(cl-functions))
;; -- Startup optimizations --
;; The below will increase the GC limits and remove the file name regex checker
;; for 5 seconds. This helps reduce the number of GC calls and the total time spent


Loading…
Cancel
Save