Skip to content

Commit 760891a

Browse files
committed
fixed a couple more ui items
1 parent ee2b6e6 commit 760891a

File tree

5 files changed

+11
-360
lines changed

5 files changed

+11
-360
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ If you're new to emacs, check out
44
[this introductory tutorial](http://www.braveclojure.com/basic-emacs/)!
55

66
I've tried to separate everything logically and document the purpose
7-
of every line. [`init.el`](./init.el) acts as a kind of table of contents.
7+
of every line. [`init.el`](./init.el) acts as a kind of table of
8+
contents. It's a good idea to eventually go through `init.el` and the
9+
files under the `customizations` directory so that you know exactly
10+
what's going on.

customizations/editing.el

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@
4343
"backups"))))
4444
(setq auto-save-default nil)
4545

46-
;; yasnippet
47-
;; http://www.emacswiki.org/emacs/Yasnippet
48-
(require 'yasnippet)
49-
(yas-global-mode 1)
5046

5147
;; comments
5248
(defun toggle-comment-on-line ()

customizations/ui.el

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77
;; Turn off the menu bar at the top of each frame because it's distracting
88
(menu-bar-mode -1)
99

10+
;; Show line numbers
11+
(global-linum-mode)
12+
1013
;; You can uncomment this to remove the graphical toolbar at the top. After
1114
;; awhile, you won't need the toolbar.
12-
(when (fboundp 'tool-bar-mode)
13-
(tool-bar-mode -1))
15+
;; (when (fboundp 'tool-bar-mode)
16+
;; (tool-bar-mode -1))
1417

1518
;; Don't show native OS scroll bars for buffers because they're redundant
1619
(when (fboundp 'scroll-bar-mode)
@@ -25,26 +28,14 @@
2528
(add-to-list 'load-path "~/.emacs.d/themes")
2629
(load-theme 'tomorrow-night-bright t)
2730

28-
;; powerline customizes the mode line
29-
(add-to-list 'load-path "~/.emacs.d/vendor/emacs-powerline")
30-
(require 'powerline)
31-
(custom-set-faces
32-
'(mode-line ((t (:foreground "#333" :background "#bad063" :box nil))))
33-
;'(mode-line-inactive ((t (:foreground "#f9f9f9" :background "#666666" :box nil))))
34-
)
35-
3631
;; increase font size for better readability
3732
(set-face-attribute 'default nil :height 140)
3833

3934
;; Uncomment the lines below by removing semicolons and play with the
4035
;; values in order to set the width (in characters wide) and height
4136
;; (in lines high) Emacs will have whenever you start it
42-
(if (or (equal system-name "DH.local")
43-
(equal system-name "waffles"))
44-
(setq initial-frame-alist '((top . 0) (left . 0)
45-
(width . 177) (height . 47)))
46-
(setq initial-frame-alist '((top . 0) (left . 0)
47-
(width . 177) (height . 53))))
37+
;; (setq initial-frame-alist '((top . 0) (left . 0)
38+
;; (width . 177) (height . 53)))
4839

4940
;; These settings relate to how emacs interacts with your operating system
5041
(setq ;; makes killing/yanking interact with the clipboard

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy