Skip to content

Commit

Permalink
Applying my custom modifications to the emacs env
Browse files Browse the repository at this point in the history
  • Loading branch information
erlis committed Jan 26, 2015
1 parent 09ab06c commit d6d8bee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion customizations/editing.el
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@
(ns-get-selection-internal 'CLIPBOARD)
(quit nil)))

(setq electric-indent-mode nil)
;;(setq electric-indent-mode nil)

6 changes: 3 additions & 3 deletions customizations/ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

;; You can uncomment this to remove the graphical toolbar at the top. After
;; awhile, you won't need the toolbar.
;; (when (fboundp 'tool-bar-mode)
;; (tool-bar-mode -1))
(when (fboundp 'tool-bar-mode)
(tool-bar-mode -1))

;; Don't show native OS scroll bars for buffers because they're redundant
(when (fboundp 'scroll-bar-mode)
Expand All @@ -34,7 +34,7 @@
;; Uncomment the lines below by removing semicolons and play with the
;; values in order to set the width (in characters wide) and height
;; (in lines high) Emacs will have whenever you start it
;; (setq initial-frame-alist '((top . 0) (left . 0) (width . 177) (height . 53)))
(setq initial-frame-alist '((top . 20) (left . 20) (width . 167) (height . 50)))

;; These settings relate to how emacs interacts with your operating system
(setq ;; makes killing/yanking interact with the clipboard
Expand Down
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(coffee-tab-width 2))
'(coffee-tab-width 2))

0 comments on commit d6d8bee

Please sign in to comment.