mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Add linux specific config file
This commit is contained in:
@@ -6,10 +6,6 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
;; Set default font
|
||||
(if window-system
|
||||
(set-face-attribute 'default nil :family "Monaco" :height 100))
|
||||
|
||||
;; don't use tabs to indent
|
||||
(setq-default indent-tabs-mode nil)
|
||||
|
||||
|
||||
14
core/siren-linux.el
Normal file
14
core/siren-linux.el
Normal file
@@ -0,0 +1,14 @@
|
||||
;;; siren-linux.el --- jimeh's Emacs Siren: Linux specific settings.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Linux specific settings and tweaks for Siren.
|
||||
|
||||
;;; Code:
|
||||
|
||||
;; Set default font
|
||||
(if window-system
|
||||
(set-face-attribute 'default nil :family "Monaco" :height 80))
|
||||
|
||||
(provide 'siren-linux)
|
||||
;;; siren-linux.el ends here
|
||||
@@ -6,6 +6,10 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
;; Set default font
|
||||
(if window-system
|
||||
(set-face-attribute 'default nil :family "Monaco" :height 100))
|
||||
|
||||
;; modifier keys
|
||||
;; (setq mac-command-modifier 'super)
|
||||
;; (setq mac-option-modifier 'meta)
|
||||
|
||||
Reference in New Issue
Block a user