-
Notifications
You must be signed in to change notification settings - Fork 0
/
*ansi-term*
71 lines (58 loc) · 2.25 KB
/
*ansi-term*
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
pedro@goten:~$ ls
1.txt_0.ods emacs_backup mc723-2017s1 rust test.py
cg examples.desktop mozilla.pdf scripts test.py~
changelog.txt Firefox_wallpaper.png Music styleguide tutorial
changelog.txt~ logtemp.sh mvp Templates untitled_0.ods
Desktop logtemp.sh~ mydotemacs test VERSION.txt
Documents main Pictures #test.c# Videos
Downloads main.rs~ Public test.c VirtualBox VMs
pedro@goten:~$ cd mydotemacs/
pedro@goten:~/mydotemacs$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: .emacs
Untracked files:
(use "git add <file>..." to include in what will be committed)
#.emacs#
.#.emacs
no changes added to commit (use "git add" and/or "git commit -a")
pedro@goten:~/mydotemacs$ git diff
diff --git a/.emacs b/.emacs
index ed4faa1..012e23d 100644
--- a/.emacs
+++ b/.emacs
@@ -4,6 +4,7 @@
(package-initialize)
(load-file "~/mydotemacs/uppercut.el")
+(load-file "~/.emacs.d/google-c-style.el")
(global-set-key (kbd "C-<") 'mc/mark-previous-like-this)
(global-set-key (kbd "C->") 'mc/mark-next-like-this)
@@ -11,7 +12,8 @@
(add-hook 'prog-mode-hook 'rainbow-delimiters-mode)
pedro@goten:~/mydotemacs$ git diff
pedro@goten:~/mydotemacs$ git diff
diff --git a/.emacs b/.emacs
index ed4faa1..b2fdbae 100644
--- a/.emacs
+++ b/.emacs
@@ -4,6 +4,7 @@
(package-initialize)
(load-file "~/mydotemacs/uppercut.el")
+(load-file "~/.emacs.d/google-c-style.el")
(global-set-key (kbd "C-<") 'mc/mark-previous-like-this)
(global-set-key (kbd "C->") 'mc/mark-next-like-this)
@@ -11,7 +12,8 @@
(add-hook 'prog-mode-hook 'rainbow-delimiters-mode)
(add-hook 'prog-mode-hook 'auto-complete-mode)
-(auto-indent-global-mode)
+
+(global-subword-mode 1)
;;(require 'fill-column-indicator)
@@ -25,7 +27,10 @@
;; 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.
: