Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emacs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DOSCH Philippe
emacs
Commits
776fad76
Commit
776fad76
authored
7 years ago
by
Philippe Dosch
Browse files
Options
Downloads
Patches
Plain Diff
Changement de style pour monokai
parent
bce4237b
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.emacs
+8
-2
8 additions, 2 deletions
.emacs
with
8 additions
and
2 deletions
.emacs
+
8
−
2
View file @
776fad76
...
...
@@ -284,6 +284,12 @@
:config
(projectile-mode))
;; Un thème pour emacs
(use-package monokai-theme
:ensure t
:config
(load-theme 'monokai t))
;; dumb-jump : un package pour sauter à une définition
;; particulière (pour la programmation)
(use-package dumb-jump
...
...
@@ -477,7 +483,7 @@
;; If there is more than one, they won't work right.
'(custom-safe-themes
(quote
("3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "c74e83f8aa4c78a121b52146eadb792c9facc5b1f02c917e3dbb454fca931223" "a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" "b9e9ba5aeedcc5ba8be99f1cc9301f6679912910ff92fdf7980929c2fc83ab4d" default)))
(
"c3d4af771cbe0501d5a865656802788a9a0ff9cf10a7df704ec8b8ef69017c68"
"3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "c74e83f8aa4c78a121b52146eadb792c9facc5b1f02c917e3dbb454fca931223" "a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" "b9e9ba5aeedcc5ba8be99f1cc9301f6679912910ff92fdf7980929c2fc83ab4d" default)))
'(display-time-mode t)
'(ecb-options-version "2.50")
'(imenu-use-popup-menu t)
...
...
@@ -490,7 +496,7 @@
;; 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.
'(default ((t (:inherit nil
:stipple nil :background "#dddddd" :foreground "#141312" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil
:slant normal :weight normal :height
97
:width normal :foundry "unknown" :family "DejaVu Sans Mono"))))
'(default ((t (:inherit nil :slant normal :weight normal :height
110
:width normal :foundry "unknown" :family "DejaVu Sans Mono"))))
'(web-mode-doctype-face ((t (:foreground "dark magenta"))))
'(web-mode-html-attr-name-face ((t (:foreground "saddle brown"))))
'(web-mode-html-tag-face ((t (:foreground "medium blue"))))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment