Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dotfiles
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tim van Deurzen
dotfiles
Commits
7d90aa11
Commit
7d90aa11
authored
Apr 12, 2021
by
Tim van Deurzen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update emacs to use the correct folders and the Nerdfont Consolas.
parent
479f0d54
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
emacs/init.el
emacs/init.el
+3
-3
No files found.
emacs/init.el
View file @
7d90aa11
(
setq
user-emacs-directory
"~/.
dotfiles
/emacs/"
)
(
setq
user-emacs-directory
"~/.
config
/emacs/"
)
(
customize-set-value
'custom-theme-directory
user-emacs-directory
)
(
setq
warning-levels
...
...
@@ -58,10 +58,10 @@
(
global-set-key
(
kbd
"<escape>"
)
'keyboard-escape-quit
)
(
set-face-attribute
'default
nil
:font
"
consolas"
:height
11
5
)
(
set-face-attribute
'default
nil
:font
"
Consolas NF"
:height
9
5
)
;; Set the fixed pitch face
(
set-face-attribute
'fixed-pitch
nil
:font
"
consolas"
:height
11
5
)
(
set-face-attribute
'fixed-pitch
nil
:font
"
Consolas NF"
:height
9
5
)
(
use-package
general
:straight
t
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment