Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dot-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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stéphane Del Pino
dot-emacs
Commits
e348e1af
Commit
e348e1af
authored
4 years ago
by
Stéphane Del Pino
Browse files
Options
Downloads
Patches
Plain Diff
Corrige quelques typos
parent
14541e81
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Configuration.org
+11
-8
11 additions, 8 deletions
Configuration.org
Installation.org
+4
-2
4 additions, 2 deletions
Installation.org
with
15 additions
and
10 deletions
Configuration.org
+
11
−
8
View file @
e348e1af
...
@@ -99,7 +99,10 @@ Affiche les numéros des lignes en marge de gauche.
...
@@ -99,7 +99,10 @@ Affiche les numéros des lignes en marge de gauche.
(add-hook 'magit-mode-hook (lambda () (display-line-numbers-mode -1)))
(add-hook 'magit-mode-hook (lambda () (display-line-numbers-mode -1)))
(add-hook 'ediff-display-help-hook (lambda () (display-line-numbers-mode -1)))
(add-hook 'ediff-display-help-hook (lambda () (display-line-numbers-mode -1)))
(add-hook 'gud-mode-hook (lambda () (display-line-numbers-mode -1)))
(add-hook 'gud-mode-hook (lambda () (display-line-numbers-mode -1)))
(add-hook 'speedbar-before-popup-hook (lambda () (display-line-numbers-mode -1))))
(add-hook 'speedbar-before-popup-hook (lambda () (display-line-numbers-mode -1)))
(custom-set-faces
'(line-number-current-line ((t (:inherit line-number :foreground "dark gray")))))
)
#+END_SRC
#+END_SRC
** Try
** Try
...
...
This diff is collapsed.
Click to expand it.
Installation.org
+
4
−
2
View file @
e348e1af
...
@@ -226,6 +226,7 @@ compilateur. Pour cela, on va exécuter les commandes suivantes.
...
@@ -226,6 +226,7 @@ compilateur. Pour cela, on va exécuter les commandes suivantes.
mkdir -p ~/bin
mkdir -p ~/bin
ln -s /usr/bin/clang++-10 ~/bin/clang++
ln -s /usr/bin/clang++-10 ~/bin/clang++
ln -s /usr/bin/clang-10 ~/bin/clang
ln -s /usr/bin/clang-10 ~/bin/clang
ln -s /usr/bin/clangd-10 ~/bin/clangd
ln -s /usr/bin/clang-format-10 ~/bin/clang-format
ln -s /usr/bin/clang-format-10 ~/bin/clang-format
#+END_SRC
#+END_SRC
...
@@ -257,8 +258,9 @@ transparence.
...
@@ -257,8 +258,9 @@ transparence.
* Mise à jour
* Mise à jour
Pour mettre à jour la configuration, ne suffit pas (en général) de
Pour mettre à jour la configuration, ne suffit pas (en général) de
faire un simple ~git pull~. La raison est que la base des paquets
faire un simple ~git pull~. En effet, la base des paquets utilisée
utilisée évolue et certains doivent éventuellement être mis à jour.
évolue et certaines composantes doivent éventuellement être mis à
jour.
#+BEGIN_SRC shell :eval no
#+BEGIN_SRC shell :eval no
\emacs --execute "(progn\
\emacs --execute "(progn\
(try-and-refresh 'auto-package-update)\
(try-and-refresh 'auto-package-update)\
...
...
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