Upgrade to emacs27
This commit is contained in:
parent
75a7d81768
commit
08d7094850
7 changed files with 8 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Emacs
|
# Emacs
|
||||||
alias emacs="emacs26"
|
alias emacs="emacs27"
|
||||||
|
|
||||||
# Music
|
# Music
|
||||||
pl(){pgrep -x cmus >/dev/null && cmus-remote -u || echo "cmus is not running"}
|
pl(){pgrep -x cmus >/dev/null && cmus-remote -u || echo "cmus is not running"}
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
[PlankDockItemPreferences]
|
|
||||||
Launcher=file:///usr/share/applications/emacs26.desktop
|
|
2
dots/plank/items/emacs27.dockitem
Normal file
2
dots/plank/items/emacs27.dockitem
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[PlankDockItemPreferences]
|
||||||
|
Launcher=file:///usr/share/applications/emacs27.desktop
|
|
@ -2,7 +2,7 @@
|
||||||
icon-size=48
|
icon-size=48
|
||||||
show-dock-item=false
|
show-dock-item=false
|
||||||
position='left'
|
position='left'
|
||||||
dock-items=['sakura.dockitem', 'google-chrome.dockitem', 'thunderbird.dockitem', 'emacs26.dockitem', 'gimp.dockitem', 'calibre-gui.dockitem']
|
dock-items=['sakura.dockitem', 'google-chrome.dockitem', 'thunderbird.dockitem', 'emacs27.dockitem', 'gimp.dockitem', 'calibre-gui.dockitem']
|
||||||
unhide-delay=0
|
unhide-delay=0
|
||||||
items-alignment='center'
|
items-alignment='center'
|
||||||
theme='Frost'
|
theme='Frost'
|
||||||
|
|
|
@ -64,3 +64,5 @@ decrease_font_size_key=minus
|
||||||
fullscreen_key=F11
|
fullscreen_key=F11
|
||||||
set_colorset_accelerator=5
|
set_colorset_accelerator=5
|
||||||
icon_file=terminal-tango.svg
|
icon_file=terminal-tango.svg
|
||||||
|
search_accelerator=5
|
||||||
|
search_key=F
|
||||||
|
|
|
@ -25,7 +25,7 @@ wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key ad
|
||||||
sudo apt update
|
sudo apt update
|
||||||
|
|
||||||
# Install things
|
# Install things
|
||||||
sudo apt install abcde arc-theme biber calibre cmus conky-all curl dh-autoreconf emacs26 evince eyed3 feh ffmpeg fonts-crosextra-carlito fonts-noto fonts-noto-color-emoji fonts-sil-andika fonts-sil-doulos geoclue-2.0 ghostscript gimp insync kid3-qt lame libcurl4-openssl-dev libnotify-dev libreoffice maildir-utils mu4e offlineimap openbox pandoc papirus-icon-theme plank pnmixer python2.7 python3 python3-venv python3-pip redshift-gtk ruby-full sakura spotify-client suru-icon-set texlive-extra-utils texlive-latex-extra texlive-xetex tex-gyre thunderbird tint2 tree vlc vlc-plugin-fluidsynth xcompmgr zsh
|
sudo apt install abcde arc-theme biber calibre cmus conky-all curl dh-autoreconf emacs27 evince eyed3 feh ffmpeg fonts-crosextra-carlito fonts-noto fonts-noto-color-emoji fonts-sil-andika fonts-sil-doulos geoclue-2.0 ghostscript gimp insync kid3-qt lame libcurl4-openssl-dev libnotify-dev libreoffice maildir-utils mu4e offlineimap openbox pandoc papirus-icon-theme plank pnmixer python2.7 python3 python3-venv python3-pip redshift-gtk ruby-full sakura spotify-client suru-icon-set texlive-extra-utils texlive-latex-extra texlive-xetex tex-gyre thunderbird tint2 tree vlc vlc-plugin-fluidsynth xcompmgr zsh
|
||||||
# build-essential libsox-fmt-all sox xserver-xorg-core xserver-xlib-input-synaptics zlib1g-dev zotero # not required
|
# build-essential libsox-fmt-all sox xserver-xorg-core xserver-xlib-input-synaptics zlib1g-dev zotero # not required
|
||||||
# google-chrome python-pip # not working in focal
|
# google-chrome python-pip # not working in focal
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#/usr/bin/bash
|
#/usr/bin/bash
|
||||||
|
|
||||||
emacs26 -batch -Q -l ~/.emacs.d/agenda.el -eval '(org-batch-agenda "a" org-agenda-span 1)'
|
emacs27 -batch -Q -l ~/.emacs.d/agenda.el -eval '(org-batch-agenda "a" org-agenda-span 1)'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue