From 96ee4bd0bd7b5cc8a6d9ca918ede26e82a9b20a7 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 12 Jan 2013 12:44:44 -0500 Subject: glob init files files for loading --- conf/km-ui.el | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 conf/km-ui.el (limited to 'conf/km-ui.el') diff --git a/conf/km-ui.el b/conf/km-ui.el deleted file mode 100644 index 19c7aac..0000000 --- a/conf/km-ui.el +++ /dev/null @@ -1,33 +0,0 @@ -;; check km-editor.el if don't find something in here - -;; to customize font -(setq default-frame-alist '((font . "Droid Sans Mono-9"))) - -(require 'font-lock) -(global-font-lock-mode t) -(add-to-list 'auto-mode-alist '("\\.*rc$" . conf-unix-mode)) - -;; splash screen -(setq inhibit-splash-screen t - initial-scratch-message nil) - -(scroll-bar-mode -1) -(tool-bar-mode -1) -(menu-bar-mode -1) - -(setq-default indicate-empty-lines t) -(when (not indicate-empty-lines) - (toggle-indicate-empty-lines)) - -(setq echo-keystrokes 0.1 - use-dialog-box nil - visible-bell t) -(show-paren-mode t) - -;; y or n -(defalias 'yes-or-no-p 'y-or-n-p) - -;; line info -(line-number-mode t) -(column-number-mode t) -(size-indication-mode t) -- cgit v1.2.3