emacs eww bind u to back

also switch emacs company to super for quick access
This commit is contained in:
xfnw 2022-06-27 12:31:16 -04:00
parent 222160fc9e
commit 6ea89a8fd3
2 changed files with 5 additions and 4 deletions

4
.emacs
View File

@ -26,7 +26,9 @@
'(auth-source-save-behavior nil)
'(backup-directory-alist `(("." \, (concat user-emacs-directory "backups"))))
'(browse-url-browser-function 'eww-browse-url)
'(company-quick-access-modifier 'super)
'(company-selection-wrap-around t)
'(company-show-quick-access t)
'(custom-enabled-themes '(gruvbox-dark-hard))
'(custom-safe-themes
'("6b5c518d1c250a8ce17463b7e435e9e20faa84f3f7defba8b579d4f5925f60c1" "f27c3fcfb19bf38892bc6e72d0046af7a1ded81f54435f9d4d09b3bff9c52fc1" default))
@ -46,6 +48,8 @@
(setq split-height-threshold nil)
(setq split-width-threshold 160)
(define-key eww-mode-map "u" 'eww-back-url)
(require 'evil)
(evil-set-initial-state 'term-mode 'emacs)
(evil-mode 1)

View File

@ -19,11 +19,11 @@
}
.splits, .split-last {
font-size: 10pt;
background: #000;
}
.split, .split-last {
color: #99a;
font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
background: #000;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.split, .split .split-time {
@ -82,7 +82,6 @@
text-shadow: 0px 2px 3px rgba(0,0,0,0.65);
color: #4CAF50;
background: #111;
transition: .5s;
}
.timer-millis {
font-size: 12pt;
@ -95,11 +94,9 @@
.losing {
color: #4CAF50;
transition: .5s;
}
.behind {
color: #F44336;
transition: .5s;
}
.footer {
color: #555;