After a long while in emacs gui trying the terminal inside emacs and using the external terminal with tmux. I have now decided to back full terminal using emacs in the terminal in a tmux pain, sort of the same way I was using vim before I switched to emacs.
14 lines
334 B
Text
14 lines
334 B
Text
<%- $file = __FILE__ -%>
|
|
<%- $comment = '#' -%>
|
|
<%= scope.call_function('template', ["core/header.erb"]) %>
|
|
|
|
[user]
|
|
email = <%= scope.call_function('lookup', ["email"]) %>
|
|
name = <%= scope.call_function('lookup', ["user_name"]) %>
|
|
|
|
[core]
|
|
editor = $ZSH/plugins/emacs/emacsclient.sh
|
|
autocrlf = input
|
|
|
|
[rerere]
|
|
enabled = true
|