Skip to content

Instantly share code, notes, and snippets.

View hidekiyatomi's full-sized avatar

Hideki Yatomi hidekiyatomi

View GitHub Profile
;;; init.el --- -*- coding: utf-8; lexical-binding: t; -*-
;;; commentary:
;;; code:
;;============================================================
;; native compilation
;;============================================================
(setq native-comp-speed 3) ;; native-compilation 最適化レベル
;;============================================================