forked from colonelpanic/dotfiles
[Emacs] Make kat use auto-save-visited-mode
This commit is contained in:
parent
53dcb28c3a
commit
cfbb4474c6
@ -39,14 +39,14 @@ column_meter_modes_0=1 1 1
|
||||
column_meters_1=Tasks LoadAverage Uptime
|
||||
column_meter_modes_1=2 2 2
|
||||
tree_view=0
|
||||
sort_key=49
|
||||
sort_key=46
|
||||
tree_sort_key=46
|
||||
sort_direction=-1
|
||||
tree_sort_direction=-1
|
||||
tree_view_always_by_pid=0
|
||||
all_branches_collapsed=0
|
||||
screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command
|
||||
.sort_key=TIME
|
||||
.sort_key=PERCENT_CPU
|
||||
.tree_sort_key=PERCENT_CPU
|
||||
.tree_view=0
|
||||
.tree_view_always_by_pid=0
|
||||
|
@ -26,8 +26,8 @@
|
||||
border-color: @white;
|
||||
border-style: solid;
|
||||
background-color: @bar-background;
|
||||
padding: 3px;
|
||||
margin: 4px;
|
||||
padding: 2px;
|
||||
margin: 1px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
|
@ -58,3 +58,8 @@ This makes evil-mode play nice with org-fc
|
||||
(file+datetree "~/org/weekly_reviews.org")
|
||||
(file "~/org/weekly_review_template.org")))))
|
||||
#+end_src
|
||||
|
||||
* kat forgets to save her files
|
||||
#+begin_src emacs-lisp
|
||||
(auto-save-visited-mode +1)
|
||||
#+end_src
|
||||
|
Loading…
Reference in New Issue
Block a user