Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr-ressources
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Learning Lab
mooc-rr-ressources
Commits
6c7dc12e
Commit
6c7dc12e
authored
Jul 24, 2018
by
Arnaud Legrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This configuration is too specific and should not appear there.
parent
cb95ebdb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
19 deletions
+2
-19
init.el
module2/ressources/rr_org/init.el
+0
-17
init.org
module2/ressources/rr_org/init.org
+2
-2
No files found.
module2/ressources/rr_org/init.el
View file @
6c7dc12e
...
@@ -33,23 +33,6 @@
...
@@ -33,23 +33,6 @@
(
cua-mode
t
)
(
cua-mode
t
)
(
defun
jump-mark
()
(
interactive
)
(
set-mark-command
(
point
)))
(
defun
beginning-of-defun-and-mark
()
(
interactive
)
(
push-mark
(
point
))
(
beginning-of-defun
))
(
defun
end-of-defun-and-mark
()
(
interactive
)
(
push-mark
(
point
))
(
end-of-defun
))
(
global-set-key
"\^c\^b"
'beginning-of-defun-and-mark
)
(
global-set-key
"\^c\^e"
'end-of-defun-and-mark
)
(
global-set-key
"\^c\^j"
'jump-mark
)
(
global-set-key
[S-f6]
'jump-mark
)
;; jump from mark to mark
(
global-set-key
"\M-g"
'goto-line
)
(
global-set-key
"\M-g"
'goto-line
)
(
global-set-key
(
kbd
"C-+"
)
'text-scale-increase
)
(
global-set-key
(
kbd
"C-+"
)
'text-scale-increase
)
...
...
module2/ressources/rr_org/init.org
View file @
6c7dc12e
...
@@ -88,8 +88,8 @@ my other shortcuts (e.g., the ones for spelling a region).
...
@@ -88,8 +88,8 @@ my other shortcuts (e.g., the ones for spelling a region).
#+begin_src emacs-lisp :tangle init.el
#+begin_src emacs-lisp :tangle init.el
(cua-mode t)
(cua-mode t)
#+end_src
#+end_src
** Navigate back in text
:ARNAUD
:
** Navigate back in text
:ARNAUD:noexport
:
#+begin_src emacs-lisp
:tangle init.el
#+begin_src emacs-lisp
(defun jump-mark ()
(defun jump-mark ()
(interactive)
(interactive)
(set-mark-command (point)))
(set-mark-command (point)))
...
...
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