Update Cider KBD to use google-chrome

This allows me to take advantage of the --app=<URL> flag that google-chrome
supports, which is nice for a version of cider that bleeds all the way to the
window's edges. It makes Cider feel more like a native application experience.
This commit is contained in:
William Carroll 2019-03-28 17:32:21 +00:00
parent 653ffd381a
commit 54c13a8848

View file

@ -593,7 +593,8 @@ cider() {
# Opens the current workspace and current directory in Google's Cider
# Not very useful at the moment because it cannot jump to the current file or
# line number. Should also support an Emacs integration at some point.
browse "https://cider.corp.google.com/?ws=$(citc_workspace)"
google-chrome \
--app="https://cider.corp.google.com/?ws=$(citc_workspace)"
}
# i3